* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr81360.c
blobffd3f2472de4e067f1eea7a9becdd698ac2c836c
1 typedef a;
2 b(void *c, a d) {
3 if (c)
4 e(0, __PRETTY_FUNCTION__);
6 typedef f, g;
7 __attribute__((optimize(0))) h() {
8 g i;
9 b(i, sizeof(f));