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