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