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