llvm/clang/test/Import/namespace/Inputs/NS.cpp

namespace NS {
void f1();
void f2();
const int A = 3;
}; // namespace NS