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