1  /*
2  Test the definition of SIG_ERR.
3  */
4
5#include <signal.h>
6
7void (*dummy) (int) = SIG_ERR;
8