PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash82.C
blob41456918feaacf62a375b0074bf9ae72059f90d8
1 // PR c++/37649
3 struct A
5   template<int> struct {}; // { dg-error "template class without a name" }
6 };