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 / p9 / tst / simple.pcat < prev   
Text File  |  2006-02-07  |  143b  |  8 lines

  1. (* This program tests IR code generation for the very simplest stuff *)
  2.  
  3. program is
  4.   var i: integer := 9999;
  5.   begin
  6.     i := i + 123;
  7.   end;
  8.