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