// RUN: %target-typecheck-verify-swift %clang-importer-sdk -enable-objc-interop -import-objc-header %S/Inputs/explicit_existential.h // Make sure that 'typedef id
PAndQ' imports as a typealias without
// the ExistentialType wrapping the underlying type.
protocol InheritsFromQAndQ : PAndQ {}
func genericOverPAndQ