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