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