#pragma GCC system_header template struct limits; template<> struct limits<__int128> { }; template<> struct limits { };