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