https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123485
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Slightly more reduced:
```
void f() {
[](decltype([]{})*) {}()
}
```
pinskia at gcc dot gnu.org via Gcc-bugs Thu, 08 Jan 2026 15:31:48 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123485
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Slightly more reduced:
```
void f() {
[](decltype([]{})*) {}()
}
```