home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint25.zip / lclint / lclint / test / t1.c < prev    next >
Text File  |  2000-07-26  |  53b  |  9 lines

  1. void f ()
  2. {
  3.   int *z;
  4.   z = (int *) malloc (4);
  5. }
  6.  
  7.  
  8.  
  9.