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