Sign in
rust
/
rust-lang
/
llvm-project
/
3bcccdfe38f28f8d19faa957cd56ed4d03cd40fb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
PR26014
/
A.h
blob: 49de5ba479af2fa05806ec331c0b63df15417939 [
file
] [
log
] [
blame
]
#ifndef
_LIBCPP_TYPE_TRAITS
#define
_LIBCPP_TYPE_TRAITS
template
<
class
_Tp
>
struct
underlying_type
{
typedef
__underlying_type
(
_Tp
)
type
;
};
#endif
// _LIBCPP_TYPE_TRAITS
#include
"B.h"