1 // Test whether attributes are accepted both immediately after
2 // struct/union keyword and after the closing brace.
7 union __attribute__ ((packed))
12 union __attribute__ ((packed)) __attribute__ ((unused))
19 union __attribute__ ((packed)) bar
25 struct __attribute__ ((packed)) baz
37 } __attribute__ ((packed));
44 } __attribute__ ((packed));
50 } __attribute__ ((packed));