6_7_2_1_bitfield_negative_width.c (68B)
1 struct S { 2 unsigned a : -1; 3 }; 4 5 int test_main(void) { return 0; }