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 / commentchar.c < prev    next >
Text File  |  1997-09-03  |  225b  |  16 lines

  1. int f (void) /*#modifies x#*/;
  2.  
  3. /*#-commentchar %#*/
  4.  
  5. /*@ignore@*/ 
  6. int x = 'c'; /* not ignored */
  7. /*@end@*/
  8.  
  9. /*%ignore%*/ 
  10. int x = 'c'; /* is ignored */
  11. /*%end%*/
  12.  
  13. /*%-commentchar @%*/
  14. /*@-commentchar5*/ 
  15. /*@=commentchar*/ 
  16.