1 // PR c++/86728
2 // { dg-do compile { target c++14 } }
3 
4 auto c = [](auto x ...) { };
5