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