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