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