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