ref: 7b6d31689c011fd8505d1eb96c829e89688d89d2 dir: /test/bsr.myr/
use std /* should exit with status 5 */ const main = { var a = 42 std.exit(a >> 3) }