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