Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
int128-2.h
blob: 4e441be8d0ddac2f27e8f82051a190a3aa300d43 [
file
] [
log
] [
blame
]
#pragma
GCC system_header
template
<
typename
T
>
struct
limits
;
template
<>
struct
limits
<
__int128
>
{
};
template
<>
struct
limits
<
unsigned
__int128
>
{
};