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