There was an error while loading. Please reload this page.
The following simple program results in a compiler crash:
var s = @[10,11,12] var a {.byaddr.} = s[0]
Notice that I haven't imported std/pragmas.
std/pragmas
cc @timotheecour.