#include <cfloat>
#include <limits>
double test_macro = 1.7976931348623157e+308;
double test_std = std::numeric_limits<double>::max();