// RUN: %target-swift-frontend %s -emit-ir protocol P {} class Base {} class Derived: Base, P {}