(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
complex1.C
/* { dg-options "" } */
/* { dg-do compile } */
//  Testing if we can do a new of a complex type
// PR C++/28450

void* q = new __complex__ int ();