bolt/deps/llvm-18.1.8/clang/test/PCH/cxx-namespaces.h
2025-02-14 19:21:04 +01:00

10 lines
128 B
C++

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