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