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