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