home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / compilers / p3 / tst2 / p33.pcat < prev    next >
Text File  |  2005-10-24  |  122b  |  8 lines

  1. (***   should print: expecting a field name or end   ***)
  2. program is
  3.   type r is record 
  4.      f: integer; {
  5.     end;
  6. begin
  7. end;
  8.