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

--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Another test:

```
template<typename>
concept A = true;

template<auto = []<A> {}>
int x;

int main() {}
```

Reply via email to