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