1  /*
2  Test the definition of sigset_t.
3  */
4
5#include <signal.h>
6
7sigset_t dummy;
8