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 >
Wrap
Text File
|
2005-11-01
|
208b
|
9 lines
(*** This program tests that we have a type name in an ARRAY_CONSTRUCTOR ***)
(*** It should detect 1 error ***)
program is
var x, y := 1;
begin
x := y {{ 100 of 0 }}; (* Expecting a type name *)
end;