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