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