6_5_member_not_in_struct.c (80B)
1 int test_main(void) { 2 struct S { 3 int a; 4 } s; 5 s.zzz = 0; 6 return 0; 7 }