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