PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error-recovery1.C
blobef9dc141bc7c4abf857ea3c7b6eda9820d001856
1 // PR c++/43076
3 struct S;
4 template < typename > struct T
6   template < typename >
7   template < bool > struct T < S > // { dg-error "" }
8   {
9     void f () {                 // { dg-error "" }