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