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