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