Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
new7.C
blob: e07d2261738ca3413b90362248111421782d2ba5 [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
Foo
{};
template
<
class
T
>
void
Foo
<
T
>::
NON_EXISTENT
(
int
*
val
=
new
int
())
{}
// { dg-error "" }