1 2 3 4 5 6 7 8 9 10 11 12 13
// Header for PCH test namespaces.cpp namespace N1 { typedef int t1; } namespace N1 { typedef int t2; } namespace N2 { typedef float t1; }