home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / SZF.TST < prev    next >
Text File  |  1991-11-15  |  91b  |  9 lines

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