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