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