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