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