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