8 lines
85 B
C
8 lines
85 B
C
|
|
void f(void) {}
|
|
void f(int); /* Should fail */
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|