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