blob: 50db463dda4dd048b583fd852935e3f03c7240e2 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
class C {}
protocol Foo {
associatedtype X where C: X
}