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