home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / test / t1.c < prev    next >
Text File  |  2000-08-02  |  53b  |  9 lines

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