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