PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash129.C
blob9f56b809b2674f46eba9cdfbd040f81767fed1fb
1 // PR c++/79626
3 template <class a, class> struct b
4 { b(); b(b &); b(b< a, a >); };  // { dg-error "invalid constructor" }
5 int c(b< int, int >(b< int, int >());  // { dg-error "" }