OSDN Git Service

* tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / complex1.C
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 ();