[Issue 304] Internal error: e2ir.c 145
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Aug 22 03:50:46 PDT 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=304
------- Comment #1 from benoit at tionex.de  2006-08-22 05:50 -------
(In reply to comment #0)
Ok I have cut it down:
=== main.d ===
module main;
import inc;
void main(){
    func1( { func2(); });
}
=== inc.d ===
module inc;
alias void delegate() dg;
void func1( dg aDg = null ){
}
void func2( dg aDg = null ){
}
=== Compile with 'dmd main.d' === 
Internal error: e2ir.c 145
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list