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