summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/quick1lib1.c
blob: 41767ced78fafda8386d7715faf01be725be4347 (plain)
1
2
3
4
5
6
7
8
9
int q1 (void)
{
  return q2 () + 1;
}

int q2 (void)
{
  return 77;
}