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