* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010227-1.c
blob767cb0d1c2e743c28612e907c3f561faa831966a
1 void foo (void)
3 double a = 0.0;
4 double b = a;
5 if (&b != &a);