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