// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
// Interface conforms to inherited protocol
// Interface conforms to a protocol which extends another. The other
// protocol is inherited, and extended methods are implemented.
// Interface conforms to a protocol whose methods are provided by an
// alternate inherited protocol.
// Interface conforms to a protocol whose methods are provided by a base class.