// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://8592156
typedef struct objc_class *Class;
void // expected-warning {{method '+baz' not found (return type defaults to 'id')}} \
// expected-error {{incompatible pointer to integer conversion initializing 'int' with an expression of type 'id'}}