* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr69740-1.c
blobac867d8a99926d0a0dbe7422f65e20902ff24d32
1 char a;
2 short b;
3 void fn1() {
4 if (b)
6 else {
7 int c[1] = {0};
8 l1:;
10 if (a)
11 goto l1;