aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/67 static link/lib/func4.c
blob: c44c990995af49aebfd3410434db3918e8f60830 (plain)
1
2
3
4
5
6
int func3();

int func4()
{
  return func3() + 1;
}