brintos

brintos / llvm-project-archived public Read only

0
0
Text · 128 B · 26d75a0 Raw
11 lines · c
1// Header for PCH test cxx-namespaces.cpp2 3namespace N {4    namespace {5        int x;6    }7 8    void f();9    void f(int);10}11