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