netbsd/external/bsd/llvm/dist/clang/test/PCH/cxx-namespaces.h
2014-01-15 10:53:42 +01:00

11 lines
128 B
C++

// Header for PCH test cxx-namespaces.cpp
namespace N {
namespace {
int x;
}
void f();
void f(int);
}