Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / crash40.C
blob716b4a2613739a6e7103947a216bc90a7b9dde93
1 // PR c++/22180
3 struct A {};
5 template<typename T> void foo()
7   T::~T(); // { dg-error "member" }
10 template void foo<A>(); // { dg-error "instantiated" }