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