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