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