blob: d41d8861bdb888195ba678ad83192bcc6cc96da1 [file]
int foo(int x);
void main() { int x = foo(1); }
/*%%*
function 'int foo(int x)' is not defined
*%%*/