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