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