6_7_2_1_flex_array_only_member.c (64B)
1 struct S { 2 char data[]; 3 }; 4 5 int test_main(void) { return 0; }