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