Update.
[platform/upstream/glibc.git] / elf / reldepmod6.c
1 extern int call_me (void);
2
3 int
4 bar (void)
5 {
6   return call_me ();
7 }