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

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