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