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