6_7_9_12_designator_override.c (83B)
1 int test_main(void) { 2 int a[3] = {[1] = 99, [1] = 42, [0] = 0}; 3 return a[1]; 4 }