ref: f635856c50c2a640c3765af746ee23a8d4282373 dir: /test/mul.myr/
/* should exit with status 42 */ const main = { var a = 7 var b = 2 var c = 3 -> a * b * c }