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