http://d.puremagic.com/issues/show_bug.cgi?id=3781

           Summary: ICE(interpret.c): mixin non-CTFE function
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: st...@despam.it


--- Comment #0 from st...@despam.it 2010-02-08 00:52:11 PST ---
void _mixin() {
    writefln( "" );
}
void main() {
    mixin( _mixin );
} 
//Assertion failure: '!dim || (parameters && (parameters->dim == dim))' on line
140 in file 'interpret.c'
With both D1.056 and D2.040

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to