blob: d8d5740de513610f2178612e21a0c6d3b5c2765d [file] [log] [blame]
// RUN: not %target-swift-frontend %s -typecheck
_ = {
protocol P {
typealias A
}
}