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