ref: f57643521d0c1782e2fde212f8f6f5e265bdf8e7 dir: /test/mul.myr/
use std /* should exit with status 42 */ const main = { var a = 7 var b = 2 var c = 3 std.exit(a * b * c) }