OSDN Git Service

PR c++/29175
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / init / complex1.C
1 /* PR c++/21210 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4
5 typedef float __complex__ fcomplex;
6 fcomplex cplx = fcomplex();
7