initial commit
[glibc.git] / elf / constload3.c
1 extern int baz (void);
2 extern int bar (void);
3
4 int
5 bar (void)
6 {
7 return -21 + baz ();
8 }