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