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