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