PR c++/85076
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr85076.C
blob6d54dea6c01899f12a177ffb494f8de0bfbdfda6
1 // PR c++/85076
2 // { dg-do compile { target c++14 } }
4 template<typename> struct A*;   // { dg-error "expected unqualified-id before" }
6 auto a = [](A<auto>) {};        // { dg-error "is not a template|has incomplete type" }