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