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