https://issues.dlang.org/show_bug.cgi?id=15002
Issue ID: 15002
Summary: ICE interpret.c:331: virtual void
CompiledCtfeFunction::onExpression(Expression*)::VarWa
lker::visit(ErrorExp*): Assertion `0' failed.
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
First fruit of porting CSmith to produce C-style D code.
/*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: ce427da
* Options: (none)
* Seed: 2230835337
*/
int [][3]g_3 = [];
int *g_2 = &g_3[5][0];
--