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