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