ref: efe187d5a1f48ec5ce18def10bab78c8d23daae6 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) }