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