C++程序  |  11行  |  128 B

// Header for PCH test cxx-namespaces.cpp

namespace N {
    namespace {
        int x;
    }

    void f();
    void f(int);
}