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