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