Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
complex1.C
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
();