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