* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / glob.c
blobe3206154fd9cab884f9e01b8f280a302c7e40f5c
1 typedef int tt;
3 tt a1;
4 tt a2;
5 tt a3;
7 foo ()
9 a1++;
10 a2++;
11 a1++;