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