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

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