Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081127_0.C
blob: a5200ff4beac91eee440a2ab5cca512ffe7aa943 [
file
] [
log
] [
blame
]
struct
Foo
{
Foo
();
};
static
void
func
()
{
new
Foo
();
}