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