// RUN: %clang_cc1 -fsyntax-only -fblocks -triple x86_64-apple-darwin10 -verify %s
// rdar://10111397
typedef unsigned long NSUInteger;
typedef long NSInteger;
typedef unsigned int NSUInteger;
typedef int NSInteger;
void
@class NSNumber; // expected-note 2 {{forward declaration of class here}}
void
// rdar://16417427
int big = 1391126400;
int thousand = 1000;
int
// Dictionary test
@class NSDictionary; // expected-note {{forward declaration of class here}}
NSDictionary *
id ;
int ;
NSDictionary *
NSDictionary *
// rdar:// 11231426
typedef float BOOL;
BOOL
id