• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1int foo(int x);
2
3void func() { int x = foo(1); }
4
5/*%%*
6function 'int foo(int x)' is not defined
7*%%*/
8