* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20140723-1.c
blob29b1a0b4af6db00c3cd97c99378ba43f152f2b2f
1 double f(double a, double b, int c, int d)
3 return (c>10&&d>20)?a:b;