* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr50009.c
blobade170c7d4822946e70e512ecb4c899656a2737f
1 /* PR target/50009 */
3 struct S {
4 short a;
5 short b[];
6 } __attribute__((packed));