[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / error9.C
blob60f550a7ca64e5c27b43d84e86bb2e3de67efd12
1 // PR c++/10926
3 struct Foo
5     template <int i>
6     ~Foo(); // { dg-error "" }
7 };