aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_IFELSET_driver.c
blob: 7d79fdee70586130d89ff21c2a4970105d1fc6be (plain)
1
2
3
4
5
6
int ifelset(int a, int b);

int main()
{
    return !( 72 == ifelset(1, 72) );
}