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