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