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