https://issues.dlang.org/show_bug.cgi?id=23716
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|dmd |dlang.org --- Comment #4 from Iain Buclaw <[email protected]> --- `asm` is a GNU extension, and errors go away if instead compiling with `-std=gnu11`. However that this is an extension is not documented on the dlang.org spec pages. --
