1  /*
2  @pt:CX
3
4  Test the definition of SIG_HOLD.
5  */
6
7#include <signal.h>
8
9void (*dummy) (int) = SIG_HOLD;
10