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