blob: 92540d7fce7ceaf800e1c46b43a735dd4b5604ff [file] [log] [blame]
/*
Test the definition of SIG_IGN.
*/
#include <signal.h>
void (*dummy) (int) = SIG_IGN;