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