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