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