* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / reldep4mod4.c
blob26ce6bf13a2f1c587427c9e860be41fc126521ac
1 extern int foo (void);
2 extern int bar (void);
4 int
5 bar (void)
7 return foo ();