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