blob: e88c756f5e8bd9b2d34b0c884761c35cf892ae7c [file] [log] [blame]
xf.libdd93d52023-05-12 07:10:14 -07001/* Undefined symbol. */
2extern int not_exist (void);
3
4int foo (void)
5{
6 return not_exist ();
7}