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