PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash90.C
blob4cfc40822a864857af38cec1793f3a1aa577fbab
1 // PR c++/39750
3 template < unsigned >
4 struct A ;
5 template < typename >
6 struct B ;
7 template < typename T , A < B < T > {}// { dg-error "initializer|parse error|type|expected" }