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