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