PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / concepts / pr58549.C
blob6b66afc1ad2b8c33bcba772251abe4dce715df87
1 // PR c++/58549
2 // { dg-do compile { target c++14 } }
3 // { dg-additional-options "-fconcepts" }
5 void foo(auto)
7   void bar();