1 // RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -fsyntax-only -verify -Wno-objc-root-class %s
6 int IVAR; // expected-note {{previous definition is here}}
14 int XIVAR; // expected-error {{conflicting instance variable names: 'XIVAR' vs 'IVAR'}}
24 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
49 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
57 int IVAR; // expected-note {{previous definition is here}}
65 short IVAR; // expected-error {{instance variable 'IVAR' has conflicting type: 'short' vs 'int'}}
69 @implementation INTF4 // expected-warning {{cannot find interface declaration for 'INTF4'}}