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