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