https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101670

--- Comment #3 from Fedor Chelnokov <fchelnokov at gmail dot com> ---
A shorter example:

template <typename, auto =[]{}> concept x = true;
void foo(x auto) {}

Online demo: https://godbolt.org/z/sT74G8crE

Reply via email to