// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
int B; // expected-note {{previous definition is here}}
; // expected-error {{redefinition of 'B' as different kind of symbol}}
// expected-note {{previous definition is here}}
; // expected-error {{redefinition of 'C'}}
int i;
; // expected-error {{expected namespace name}}
; // expected-error {{expected namespace name}}
; // expected-error {{expected namespace name}}
int
C1 *pc1 = 0;
N::C2 *pc2 = 0;
// PR6341
;
;
A::X nx;