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