https://issues.dlang.org/show_bug.cgi?id=13147
safety0ff.bugz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from safety0ff.bugz <[email protected]> --- (In reply to Walter Bright from comment #3) > > And you'd be right. > > https://github.com/D-Programming-Language/dmd/pull/4921 Does this fix the struct case as well? struct S { void foo() { asm { naked; ret; } } } I just hit this bug. --
