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