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