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