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