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