Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
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
;
}
};