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