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