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