1  /*
2     Test that inclusion of signal.h makes visible all symbols in time.h.
3
4     NOTE - THIS TEST CASE IS NOT COMPLETE.  NEEDS TO GROW MUCH LARGER.
5   */
6
7#include <signal.h>
8
9struct tm *mytime;
10