aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/cxx11/data/int128.cpp
blob: 6daef6cc9be47296d7892ea8d37e4bd3b2e19188 (plain)
1
2
3
4
constexpr unsigned __int128 __to_unsigned_like(__int128_t __t) noexcept
{
    return __t;
}