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