blob: e88c756f5e8bd9b2d34b0c884761c35cf892ae7c [file] [log] [blame]
/* Undefined symbol. */
extern int not_exist (void);
int foo (void)
{
return not_exist ();
}