test.cpp
Go to the documentation of this file.
1 namespace a { int x; }
2 namespace b {using namespace a;}
3 using namespace b;
4 void f() {x=2;}
Definition: test.cpp:2
Definition: test.cpp:1
int x
Definition: test.cpp:1
void f()
Definition: test.cpp:4