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