blob: 04bea9cb640cd0323a701fe4c00aef97f029b869 [file] [log] [blame]
struct Foo
{
template <int i>
~Foo() {} // { dg-error "" }
};
int main()
{
Foo f;
}