summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/complex1.C
blob: ac67711068e60936474b3dbf692e67a7f3c26fd8 (plain)
1
2
3
4
5
6
/* { dg-options "" } */
/* { dg-do compile } */
//  Testing if we can do a new of a complex type
// PR C++/28450

void* q = new __complex__ int ();