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