6_7_5_alignas_bitfield.c (74B)
1 struct S { 2 _Alignas(8) int x : 3; 3 }; 4 5 int test_main(void) { return 0; }