PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error58.C
blobcede1c94887d879f62241f0df6950d81d69026cd
1 // PR c++/85242
3 namespace N
5   struct A {};
8 template<struct N::A {}> void foo(); // { dg-error "" }