blob: 5de828ee9881727847fb605939c2538fda1ebdb5 [file] [log] [blame]
int foo(int x);
void func() { int x = foo(1); }
/*%%*
function 'int foo(int x)' is not defined
*%%*/