1 // RUN: %clang_cc1 -fsyntax-only -verify -Wdocumentation -Wno-objc-root-class %s
4 @interface InvalidInterface { // expected-note {{previous definition is here}}
13 @interface InvalidInterface // expected-error {{duplicate interface definition for class 'InvalidInterface'}}
14 @property int *property;
19 @implementation InvalidInterface