// Header for PCH test namespaces.cpp namespace N1 { typedef int t1; } namespace N1 { typedef int t2; } namespace N2 { typedef float t1; }