* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / ddd.c
blobb0b6809dd698a4bb46b64455cbeb7ab1000e0396
1 int foo;
2 int bar;
4 main ()
6 return foo + bar;