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