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