ref: edea33eefb45d186ae3d5159223cec0ccb71ff1b dir: /test/add.myr/
/* should exit with status 53 */ const main = { var a var b a = 42 b = 11 -> a + b }