We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Take:
struct f { int a[1024]; }; struct f h(struct f a1) { struct f a = {}; a1 = a; return a; }
There should only be 1 memset (zeroing) in the function h.