// RUN: %clang_cc1 -fsyntax-only -verify %s @protocol p1, p4; @protocol p2 @end @interface T - (T*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} - (T*) meth1; // expected-error {{cannot find protocol declaration for 'p3'}} @end