OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / complex1.C
1 /* { dg-options "" } */
2 /* { dg-do compile } */
3 //  Testing if we can do a new of a complex type
4 // PR C++/28450
5
6 void* q = new __complex__ int ();