aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/67 static link/lib/func18.c
blob: c149085ba4f1a7b482e3697a7dfa5f88b64d3c16 (plain)
1
2
3
4
5
6
int func17();

int func18()
{
  return func17() + 1;
}