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