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 (); 7