1 // PR c++/66533
2 // { dg-do compile { target c++14 } }
3 auto a([](auto) -> decltype((void)0) {});
4