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