home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 5.ddi / PARSER.ZIP / TEST2.TXT < prev    next >
Encoding:
Text File  |  1989-04-25  |  129 b   |  9 lines

  1. int x;
  2. void foo();
  3. static unsigned *x[];
  4. auto unsigned x;
  5. struct C1 * p;
  6. float (*(*foo)()[])();
  7. float (*(*foo})()[])();
  8.  
  9.