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