We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following should print an error: void func(int a, int a);
void func(int a, int a);
(At least, GCC prints an error. It's probably worth double checking that the C11 spec indicates this should print an error.)
Activity