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