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