// RUN: %clang_cc1 -fsyntax-only -verify %s
;
;
// Redeclarations are okay in a namespace.
// Make sure we handle transparent contexts the same way.
// Make sure we detect invalid redeclarations that can't be detected
// until template instantiation.
// Redeclarations are okay in a function.