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