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