2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / complex1.C
blobac67711068e60936474b3dbf692e67a7f3c26fd8
1 /* { dg-options "" } */
2 /* { dg-do compile } */
3 //  Testing if we can do a new of a complex type
4 // PR C++/28450
6 void* q = new __complex__ int ();