On Thursday, 21 January 2021 at 14:11:15 UTC, kdevel wrote:
> Creating a scope
> works around the issue.
Another way to work around the issue is to use «asm {jmp label;}»
(replace jmp by whatever equivalent is there on the target
architecture.)
Yes it's ugly, but it bypasses the arbitrary limitation perfectly.