ref: 128470e404d843b3d71c5837cac05d4d4203bd66 dir: /test/add.myr/
use std /* should exit with status 53 */ const main = { var a var b var c a = 42 b = 11 c = 0_0 std.exit(a + b + c) }