summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-traits.h
blob: 62722ab1793abbec409b27154b7a8217e90ae534 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Header for PCH test cxx-traits.cpp

template<typename _Tp>
struct __is_pod {
  enum { __value };
};

template<typename _Tp>
struct __is_empty {
  enum { __value };
};
OpenPOWER on IntegriCloud