ref: 2698fe288642465ec636dca1c8f4ff88a22c5afe dir: /test/nestedgoto.myr/
use std const main = { match 0 | 0: goto ok | 1: :ok -> void | _: ;; std.exit(1) }