aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/67 static link/lib/func15.c
blob: 78303cc2f08d001aeff519c42f95eda8bec5b870 (plain)
1
2
3
4
5
6
int func14();

int func15()
{
  return func14() + 1;
}