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