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