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