https://d.puremagic.com/issues/show_bug.cgi?id=11969
Summary: ICE(statement.c) When mixing in a string literal
containing errors
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from yebblies <[email protected]> 2014-01-23 01:58:51 EST ---
void main() { mixin ( [ i ] ) ; }
Also happens with declaration mixin:
mixin ( [ i ] ) ;
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------