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