summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/quick1lib2.c
blob: b5450868159c8aa60c88e4e22b0e171339a373fc (plain)
1
2
3
4
5
6
7
8
9
10
11
extern int q1 (void);

int f1 (void)
{
  return q1 () + 1;
}

int q2 (void)
{
  return 9;
}