https://issues.dlang.org/show_bug.cgi?id=12979
--- Comment #3 from Iain Buclaw <[email protected]> --- There seems to be a contradiction in the semantic passes too. Having an asm statement in a nothrow function is both valid and an error. https://github.com/D-Programming-Language/dmd/blob/master/src/func.c#L1778 https://github.com/D-Programming-Language/dmd/blob/master/src/statement.c#L695 --
