aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/67 static link/lib/func1.c
blob: cc934ad04ae8809d122d0c29fdaf9875c72e7767 (plain)
1
2
3
4
5
6
7
8
9
int func1()
{
  return 1;
}

int func1b()
{
  return 1;
}