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