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