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