// RUN: %clang_cc1 -verify -fsyntax-only -fblocks -Wshadow %s
int i; // expected-note 3 {{previous declaration is here}}
void
// <rdar://problem/7677531>
= ^ ;
;
void
void
// Don't warn about shadowing for function declarations.
void ;
void
void
extern int bob; // expected-note {{previous declaration is here}}
// rdar://8883302
void
void
; // expected-note {{previous declaration is here}}
void
;
;