aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/67 static link/lib/func6.c
blob: 276fe7d484976d6a512861cdfb175b56104cdc84 (plain)
1
2
3
4
5
6
int func5();

int func6()
{
  return func5() + 1;
}