* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG24.c
blob7627a3ddcdd74f5646e79a0df8156f93611708c0
1 struct ack {
2 char a, b, c;
3 };
5 main()
7 struct ack bad;
9 foo(bad);
12 foo(c)
13 struct ack c;