bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/PR26014/B.h

11 lines
179 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifndef _LIBCPP_TYPE_TRAITS
#define _LIBCPP_TYPE_TRAITS
template <class _Tp>
struct underlying_type
{
typedef __underlying_type(_Tp) type;
};
#endif // _LIBCPP_TYPE_TRAITS