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