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