Project

General

Profile

Bug #199

Updated by J. Templ over 6 years ago

The following erroneous module causes a compiler trap because it tries to access the type descriptor of a basic type, which does not exist. 
 @MODULE MODULE TestAdr; 
   IMPORT SYSTEM; 
   PROCEDURE Adr; 
   BEGIN ASSERT(~ODD(SYSTEM.ADR(INTEGER))); 
   END Adr; 
 END TestAdr. 
 @ 
 

 Reported by luowy on 2019-04-28

Back