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