6_2_5_02_incomplete_array_completed.c (76B)
1 extern int a[]; 2 int a[3] = {0, 0, 42}; 3 int test_main(void) { return a[2]; }