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