6_7_2_two_struct_defs.c (81B)
1 struct S { 2 int a; 3 }; 4 struct S { 5 int b; 6 }; 7 8 int test_main(void) { return 0; }