mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
8 lines
119 B
C++
8 lines
119 B
C++
#include <boost/multiprecision/cpp_int.hpp>
|
|
|
|
boost::multiprecision::checked_int128_t ci;
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|