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