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