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 / csyntax13.c < prev    next >
Text File  |  1997-09-03  |  116b  |  13 lines

  1. /*@-varuse*/
  2. typedef int isr_t;
  3. typedef int isrs;
  4.  
  5. int f()
  6. {
  7.   isr_t isrs;
  8.   {
  9.     isr_t isrs[3];
  10.   }
  11.   return 3;
  12. }
  13.