1 // RUN: %clang_cc1 %s -fsyntax-only
2 // FIXME: This test needs needs to be run with -verify
13 @interface Foo : NSObject
20 @interface Bar : NSObject
26 @interface Car : NSObject
32 @interface Zar : NSObject
38 @interface Rar : NSObject
45 id xx = [[Car alloc] init]; // expected-warning {{incompatible types assigning 'int' to 'id'}}