* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 961010-1.c
blobd6145bc4233a99abcd1a66bac3a248575dc8da29
1 double f (double x) { return x == 0 ? x : 0.0; }