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