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