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