This has to be the funniest looking bug I've ever made.
void main(){ (){}; (){}; }
ice.d(1): Error: function has no effect in expression (__dgliteral1)
<segfault>
Probably the same as bug #3227, it's segfaulting in the same place, and doesn't segfault on D2.
This smiley variant should compile without errors. But it just segfaults.
---
static assert(!is(typeof((){(){}
;-()
{};})));
Comment #1 by clugdbug — 2009-08-06T00:01:17Z
*** This issue has been marked as a duplicate of issue 3196 ***