blob: ac67711068e60936474b3dbf692e67a7f3c26fd8 [file] [log] [blame]
/* { dg-options "" } */
/* { dg-do compile } */
// Testing if we can do a new of a complex type
// PR C++/28450
void* q = new __complex__ int ();