summaryrefslogtreecommitdiffstats
path: root/test cases/unit/66 static link/lib/func8.c
blob: b7b6cd5450b2e43659da1790d26a5bf4760079f3 (plain)
1
2
3
4
5
6
int func7();

int func8()
{
  return func7() + 1;
}