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