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