PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash81.C
blobc0ea37f1c62be1e9868c16206141d7f6072825ff
1 // PR c++/34485
3 struct A
5   template<T::X> struct X; // { dg-error "'T' has not been declared" }
6 };