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 / p5 / tst / e16.pcat < prev    next >
Text File  |  2005-11-01  |  208b  |  9 lines

  1. (*** This program tests that we have a type name in an ARRAY_CONSTRUCTOR ***)
  2. (*** It should detect 1 error ***)
  3.  
  4. program is
  5.   var x, y := 1;
  6. begin
  7.   x := y {{ 100 of 0 }};   (* Expecting a type name *)
  8. end;
  9.