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