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