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