Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
new4.C
blob: 7b136dbf3978da5f6d781dbf3a211521da01de8a [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
S
{
S
();
virtual
int
f
()
{
new
S
[+
f
()];
return
0
;
}
};