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