PR c++/86728 - C variadic generic lambda.
[official-gcc.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 };