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