aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_MAIN_driver.c
blob: bc24572814048264d5f52194189c5a95a745750f (plain)
1
2
3
4
int f(int x)
{
    return 2*x;
}