aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/crash102.C
blob: fd3c36eec87071924dfe48c5b1ec62e49816ab5a (plain)
1
2
3
4
5
// PR c++/45043

template < typename > class A;
template < typename T > A < T >::B::~B () // { dg-error "type" }
{}