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