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