14 lines
148 B
C++
14 lines
148 B
C++
// Header for PCH test namespaces.cpp
|
|
|
|
namespace N1 {
|
|
typedef int t1;
|
|
}
|
|
|
|
namespace N1 {
|
|
typedef int t2;
|
|
}
|
|
|
|
namespace N2 {
|
|
typedef float t1;
|
|
}
|