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