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