DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8~deb9u3 / clang / test / PCH / cxx-namespaces.h
12345678910
// Header for PCH test cxx-namespaces.cpp namespace N { namespace { int x; } void f(); void f(int); }