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