// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
// namespace N1
// namespcace N2
extern int a1;
extern int a1;
// expected-note@-1 {{previous declaration is here}}
extern int a1;
// expected-error@-1 {{'abi_tag' C missing in original declaration}}
extern int a2;
// expected-note@-1 {{previous declaration is here}}
extern int a2;
// expected-error@-1 {{cannot add 'abi_tag' attribute in a redeclaration}}