// Header for PCH test cxx-traits.cpp
template<typename _Tp>
struct __is_pod {
enum { __value };
};
struct __is_empty {