1 /* Don't forget to look in protocols if a class (and its superclasses) do not
2 provide a suitable method. */
3 /* { dg-do compile } */
5 #include "../objc-obj-c++-shared/TestsuiteObject.h"
12 @interface Foo : TestsuiteObject <Zot>
18 [f zot]; /* There should be no warnings here! */