home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / csyntax11.c < prev    next >
Text File  |  1997-09-03  |  73b  |  8 lines

  1. typedef enum { eone } one;
  2.  
  3. typedef struct
  4. {
  5.   int x;
  6.   one onet;
  7. } emp;
  8.