blob: 62722ab1793abbec409b27154b7a8217e90ae534 [file] [log] [blame]
// Header for PCH test cxx-traits.cpp
template<typename _Tp>
struct __is_pod {
enum { __value };
};
template<typename _Tp>
struct __is_empty {
enum { __value };
};