blob: 48b64075a687719a6a34af500d8fee9f201fb05e [file] [log] [blame]
/*
Test that the FPE_FLTOVF macro is defined.
*/
#include <signal.h>
#ifndef FPE_FLTOVF
#error FPE_FLTOVF not defined
#endif