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