int foo(int x); void main() { int x = foo(1); } /*%%* function 'int foo(int x)' is not defined *%%*/