aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_LOCAL.c
blob: f8d16297985090573a47015e83d61a961d5758d5 (plain)
1
2
3
4
5
6
int ffff()
{
    int x;
    x=10;
    return x;
}