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