* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / fdmul.c
blob711707b51fcf25ca6a055c162376fd9d78e9fb0a
1 double
2 foo (float a, float b) { return (double) a * (double) b; }