aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_ADD0_driver.c
blob: 6b941d2f491b46ee7bd62b6595cbcfbd4c0e6b58 (plain)
1
2
3
4
5
6
7

int f(int x, int y);

int main()
{
    return !( 40 == f(30,10) );
}