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