8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
int foo(int x);
|
|
|
|
void func() { int x = foo(1); }
|
|
|
|
/*%%*
|
|
function 'int foo(int x)' is not defined
|
|
*%%*/
|