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