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