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