// RUN: %target-typecheck-verify-swift -debug-generic-signatures 2>&1 | %FileCheck %s // CHECK: rdar83955123.(file).Cyclo@ // CHECK-NEXT: Requirement signature: protocol Cyclo { associatedtype L: Cyclo associatedtype R: Cyclo associatedtype U: Cyclo associatedtype D: Cyclo where L.R == Self, U.D == Self }