blob: 740e1d81811a9f59710cb9a4a5432d745883a563 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001extern int not_exist (void);
2
3int foo (void)
4{
5 return not_exist ();
6}