aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_ARRAY0_driver.c
blob: 7d81cae02675641821aae679793ce9a04315c671 (plain)
1
2
3
4
5
6
int array0(int, int, int, int, int);

int main()
{
    return !( 38 == array0(38, 93, 29, 37, 23) );
}