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