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

int func2()
{
  return func1() + 1;
}