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

--- Comment #2 from Iain Buclaw <ibuclaw at gcc dot gnu.org> ---
Reduced test:
```
void test8847e()
{
    auto foo()(inout int)
    {
        struct Bar {}
        return inout(Bar)();
    }
    auto bar = foo(0);
}

Reply via email to