aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_IFF_driver.c
blob: c544fbe623632b63a55d03f64d8166da6e2cffeb (plain)
1
2
3
4
5
6
int iff(int a, int b);

int main()
{
    return !( 64 == iff(0, 64) );
}