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