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 / outglob.lcl < prev    next >
Text File  |  1997-09-03  |  155b  |  8 lines

  1. int x1, x2, x3;
  2.  
  3. int f (void) undef int x1; undef int x2; undef int x3;
  4. { modifies x1, x2, x3; }
  5.     
  6. int g (void) int x1, x2; undef int x3;
  7. { modifies x3; }
  8.