home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / info.c < prev    next >
Text File  |  2001-12-30  |  168b  |  12 lines

  1. static void huppy_bug(void)
  2. {
  3.   i = 1;  /*Unrecognized identifier: i*/
  4. }
  5.  
  6. #info "LcLint ignores all code that follows this line!"
  7.  
  8. void unhuppy_bug()
  9. {
  10.   i = "Asdf";
  11. }
  12.