Files
clang-p2996/clang/test/PCH/Inputs/namespaces.h
2010-02-24 21:52:55 +00:00

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;
}