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