The following generates an ICE
/////////////////////
char[] foobar(){
return "hello world";
}
static x = foobar();
/////////////////////
Assertion failure: 'parameters && parameters->dim == dim' on line 96 in file 'interpret.c'
Abnormal program termination
Comment #1 by fvbommel — 2007-02-16T14:46:38Z
I already reported this one...
*** This bug has been marked as a duplicate of 968 ***