namespace my_ns { typedef int Vector; } // namespace my_ns void test() { using namespace my_ns; for (int i = 0; ; ) ; int s = sizeof(Vector); }