#include namespace { int foo=5; } //using namespace ; using namespace std; int main() { cout << "foo = " << foo << endl; return 0; }