// RUN: %clang_cc1 -ast-print %s @protocol P1 @end @protocol P2 @end @protocol P3 @end @interface INTF - (INTF*) METH; @end void foo() { INTF *pintf; INTF* p1; INTF* p2; INTF* p3; INTF* p4; INTF* p5; }