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