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