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