Move x86 specific tunables to x86/dl-tunables.list
[glibc.git] / elf / reldep4mod2.c
blob26ce6bf13a2f1c587427c9e860be41fc126521ac
1 extern int foo (void);
2 extern int bar (void);
4 int
5 bar (void)
7 return foo ();