hanchenye-llvm-project/clang/test/PCH/cxx-traits.h

12 lines
170 B
C++

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