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