repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
complex1.C
blob
ac67711068e60936474b3dbf692e67a7f3c26fd8
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 ();