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