* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr54559.c
blob847497f0b7ddbc92d973694064fffb1fdbc5b054
1 /* PR c/54559 */
3 typedef double _Complex T;
6 foo (double x, double y)
8 return x + y * (T) (__extension__ 1.0iF);