1 2 3 4 5 6 7 8
// PR c++/12012 // { dg-do compile { target c++20 } } template<auto> int x; int main() { x<[](auto) {}>; }