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() {}
```
mpolacek at gcc dot gnu.org via Gcc-bugs Mon, 16 Sep 2024 12:09:40 -0700
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() {}
```