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