aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_IFT_driver.c
blob: 707ecae52699d5eb27b5885946fcdeb76390942b (plain)
1
2
3
4
5
6
int ift(int a);

int main()
{
    return !( 23 == ift(18) );
}