aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_SWITCHDEF_driver.c
blob: 091a2dd29f9b71be35e113299cdda78d6f48c471 (plain)
1
2
3
4
5
6
int switchdef(int);

int main()
{
    return ( 14 == switchdef(2) );
}