2001-06-10 Roland McGrath <roland@frob.com>
[platform/upstream/glibc.git] / elf / reldep4mod2.c
1 extern int foo (void);
2
3 int
4 bar (void)
5 {
6   return foo ();
7 }