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