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