1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 typedef struct objc_class *Class;
8 void f0(A *a) { int x = [[a foo] baz]; } // expected-warning {{method '+baz' not found (return type defaults to 'id')}} \
9 // expected-error {{incompatible pointer to integer conversion initializing 'int' with an expression of type 'id'}}