aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_ARRAY1_driver.c
blob: 9bcfc414849bcf323f0c11253e1049c17409b299 (plain)
1
2
3
4
5
6
int array1(int, int, int, int, int, int);

int main()
{
    return !( 2398 == array1(34, 2344, 2398, 12393, 93, 2) );
}