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