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