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