blob: 740e1d81811a9f59710cb9a4a5432d745883a563 [file] [log] [blame]
extern int not_exist (void);
int foo (void)
{
return not_exist ();
}