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