ref: 3a641b0374f9991ba0779ac9dbdb4d3df6d4aee3 dir: /hello.myr/
use "sys.use" use "alloc.use" const main = { var x x = std.bytealloc(32) std.write(1, "Hello world\n") }