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