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