mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
11 lines
128 B
C++
11 lines
128 B
C++
// Header for PCH test cxx-namespaces.cpp
|
|
|
|
namespace N {
|
|
namespace {
|
|
int x;
|
|
}
|
|
|
|
void f();
|
|
void f(int);
|
|
}
|