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