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
/
p11
/
tst
/
semError.pcat
< prev
next >
Wrap
Text File
|
2006-03-05
|
309b
|
10 lines
(* This program has a semantic error. When compiling it, the compiler
will not even get to IR or target code generation. It is included
to verify that the compiler exits correctly and aborts the "pc" and
"go" scripts. *)
program is
begin
i := j; (* Error: i and j are undefined. *)
end;