summaryrefslogtreecommitdiff
path: root/elf/constload3.c
blob: c9f94b86ee04ffde5e4e1ad62fed69c5f46da27c (plain)
1
2
3
4
5
6
7
extern int baz (void);

int
bar (void)
{
  return -21 + baz ();
}