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