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