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