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

  1. /* test data for the parser */
  2. struct C1 * p;
  3. int *p= "hello there!";
  4. int *names[];
  5. union FOO *p;
  6. const char * const *(*w)()[];
  7. char a,b,*c,&d;
  8. int foo (int a, char* b);
  9.  
  10.