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