OSDN Git Service

PR c++/47705
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error9.C
1 // PR c++/10926
2
3 struct Foo
4 {
5     template <int i>
6     ~Foo(); // { dg-error "" }
7 };