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