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