// RUN: %clang_cc1 -fsyntax-only -verify %s
typedef struct Abstract;
typedef struct Alternate;
void
void
void
void
void
void
// pr7861
void
;
;
@interface Test3A - test3; @end
@interface Test3B - test3; @end
void
;
;
@interface Test4A - test4; @end //expected-note{{using}}
@interface Test4B - test4; @end //expected-note{{also found}}
void
// rdar://19265296
@class NSString;