// RUN: %clang_cc1 %s -fsyntax-only -fblocks -verify -Wno-unreachable-code
// rdar://6597252
Class
// rdar://6079877
void
= ^ ;
// rdar://8445858
@class Object;
static Object *g;
void
@class Incomplete_ObjC_class; // expected-note{{forward declaration of class here}}
; // expected-note {{forward declaration}}
void