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