--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Mon Jul 11 12:46:43 1994
--* Received: from yktvmv-ob.watson.ibm.com by asharp.watson.ibm.com (AIX 3.2/UCB 5.64/930311)
--*           id AA27018; Mon, 11 Jul 1994 12:46:43 -0400
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 7771; Mon, 11 Jul 94 12:46:45 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.JENKS.NOTE.VAGENT2.8891.Jul.11.12:46:44.-0400>
--*           for asbugs@watson; Mon, 11 Jul 94 12:46:45 -0400
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id 8883; Mon, 11 Jul 1994 12:46:44 EDT
--* Received: from leonardo.watson.ibm.com by yktvmv.watson.ibm.com
--*    (IBM VM SMTP V2R3) with TCP; Mon, 11 Jul 94 12:46:43 EDT
--* Received: by leonardo.watson.ibm.com (AIX 3.2/UCB 5.64/920123)
--*           id AA24345; Mon, 11 Jul 1994 12:42:00 -0400
--* Date: Mon, 11 Jul 1994 12:42:00 -0400
--* From: jenks@leonardo.watson.ibm.com
--* X-External-Networks: yes
--* Message-Id: <9407111642.AA24345@leonardo.watson.ibm.com>
--* To: asbugs@watson.ibm.com
--* Subject: [1] (2 < 3 => true; false) causes segmentation fault [/u/jenks/dimacs94/ex.pm/inc2.as][?]

--@ Fixed  by:  SSD   Thu Aug 4 09:24:58 EDT 1994 
--@ Tested by:  none 
--@ Summary:    gen0Sequence needs to set up a place for imports before generating an if to implement the exit. 

#if BugHeaders
LastSeenBy: PI
LastUpdate: 02/Aug/94
BugKeywords: genfoam
Priority: 2
Comments: See bug737. Very similar; here the problem is Boolean not initialized
Comments:
SeenBy:
Updates:
#endif
#assert modified
#if modified


--+ #include "aslib";
--+ import from Integer;
#include "aslib";
import from Integer;
(2 < 3 => true; false);

#else  -- original begin


--+ #include "aslib";
--+ import from Integer;
#include "aslib";
import from Integer;
(2 < 3 => true; false);

#endif -- original end

 
