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