aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/template/crash96.C
blob: 5c2aa9954b170c0bcce85bc486241a89a0bdbaaa (plain)
1
2
3
4
5
6
// PR c++/40406

template<int> struct A
{
  template<int> template<int> void A::foo() {} // { dg-error "extra qualification" }
};