(yn_test): Expect invalid exception for negative arguments. (y0_test): Likewise....
[glibc.git] / elf / reldep4mod2.c
blob26ce6bf13a2f1c587427c9e860be41fc126521ac
1 extern int foo (void);
2 extern int bar (void);
4 int
5 bar (void)
7 return foo ();