aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_CALL.c
blob: 2aef1c7347db6e68ccc8cd24f5fb68538573692b (plain)
1
2
3
4
5
6
int g();

int f()
{
    return g();
}