Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / crash96.C
blob5c2aa9954b170c0bcce85bc486241a89a0bdbaaa
1 // PR c++/40406
3 template<int> struct A
5   template<int> template<int> void A::foo() {} // { dg-error "extra qualification" }
6 };