6_9_12_tentative_incomplete_array.c (85B)
1 int arr[]; 2 int arr[3]; 3 int test_main(void) { return arr[0] + arr[1] + arr[2] + 42; }