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