6_7_2_1_duplicate_member.c (67B)
1 struct S { 2 int x; 3 int x; 4 }; 5 6 int test_main(void) { return 0; }