mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00: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;
|
|
}
|