home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_03 / slk3.exe / TEST / TST / ERROR.TST < prev    next >
Text File  |  1989-02-16  |  314b  |  26 lines

  1. /*
  2.     Test program to generate error message.
  3.  
  4.     source:  error.c
  5.     version: February 16, 1989
  6. */
  7. #include "\sherlock\sl.h"
  8. #include "unknown.xxx"
  9. #include <unknown.yyy>
  10. #include "error2.c"
  11.  
  12. err1(a)
  13. {}
  14.  
  15. err2()
  16. {
  17.     int a;
  18.  
  19.     a = sizeof((a));
  20.  
  21.     TICK("err2");
  22.  
  23.     a = "(this is a run on string)
  24.     ;
  25. }
  26.