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