* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030503-1.c
blob3c2b28d8386f12c1427435a7c56cc3b3c9522cbd
1 void foo ()
3 if (1)
4 goto foo;
5 else
6 for (;;)
8 foo:
9 bar ();
10 return;