home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_03 / slk3.exe / TEST / TST / SZF.TST < prev    next >
Text File  |  1991-11-14  |  128b  |  9 lines

  1. f()
  2. {
  3.     struct node {
  4.         int x;
  5.     };
  6.     long int size;
  7.     size = sizeof(struct node *);
  8. }
  9.  sizeof(struct node *);}