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