ref: c8ecfd5169939d3a292768dff19f95e283c9d404 dir: /test/div.myr/
/* should exit with status 42 */ const main = { var a var b a = 127 b = 3 -> a / b }