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/Object1.h"
11 @interface Foo : Object <Zot>
17 [f zot]; /* There should be no warnings here! */