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