// RUN: %clang_cc1 -fsyntax-only -Wno-protocol -verify -Wno-objc-root-class %s
// rdar: // 7056600
// Test1
// no warning with -Wno-protocol
// Test2
@interface C -PMeth; @end
// no warning with -Wno-protocol
// Test2
@interface super - PMeth; @end
// expected-warning {{method definition for 'PMeth' not found}}
// Test3
// no warning with -Wno-protocol
// Test4
// no warning with -Wno-protocol