September 17, 2005
class C{
    C[1] c;
    this(){
        c ~= c;
    }
}
September 17, 2005
zwang schrieb:

> class C{
>     C[1] c;
>     this(){
>         c ~= c;
>     }
> }

Added to DStress as http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_A.d http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_B.d http://dstress.kuehne.cn/nocompile/b/bug_cod1_2504_C.d http://dstress.kuehne.cn/run/b/bug_cod1_2504_D.d

Thomas