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