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