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