Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
dtor2.C
blob: d8b6b4f5cb1ab9e431039b30e0282224c1b65c03 [
file
] [
log
] [
blame
]
struct
Foo
{
template
<
int
i
>
~
Foo
()
{}
// { dg-error "5:destructor .Foo::~Foo\\\(\\\)." }
};
int
main
()
{
Foo
f
;
}