#include <float.h>
#ifndef DBL_MANT_DIG
#error "DBL_MANT_DIG is not defined"
#endif
int main(void) { return 0; }
