blob: a92922534539212a17213354bc89bc717a03aaa9 [file] [log] [blame]
// PR c++/64095
// { dg-do compile { target c++14 } }
void f()
{
[](auto...){}();
[](auto&&...){}();
}