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