// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://10111397
// RUN: %clang_cc1 -fsyntax-only -triple i386-apple-macosx10.9.0 -fobjc-runtime=macosx-fragile-10.9.0 -fobjc-subscripting-legacy-runtime -verify %s
// rdar://15363492
typedef unsigned long NSUInteger;
typedef unsigned int NSUInteger;
void
@class NSArray; // expected-note {{forward declaration of class here}}
void
@class NSString;
extern void NSLog ;
@class NSFastEnumerationState;
int
// rdar://14303083
id
id
; // expected-note {{'XXXYYYZZZTypeAny' declared here}}
void