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