6_7_2_1_flex_array_not_last.c (90B)
1 struct S { 2 int len; 3 char data[]; 4 int trailer; 5 }; 6 7 int test_main(void) { return 0; }