PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / pr58500.C
blobcb74072a570d4435e0c27431ce692a48e4471a02
1 // PR c++/58500
2 // { dg-do compile { target c++14 } }
3 // { dg-additional-options "-fconcepts" }
5 struct A {};
7 void foo(auto (A::*)());