ref: e8c2fe57e7ec1d7465eb6f00bdb7aad8f4264c29 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) }