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