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