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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
auto t = [](decltype([](){}) &){};
```

Reply via email to