February 17, 2006
template t(int t){} int main(){return t!(main());}
//crashes dmd 0.147
February 17, 2006
Wang Zhen schrieb am 2006-02-17:
> template t(int t){} int main(){return t!(main());}
> //crashes dmd 0.147

Added to DStress as http://dstress.kuehne.cn/nocompile/t/template_30_A.d http://dstress.kuehne.cn/nocompile/t/template_30_B.d http://dstress.kuehne.cn/nocompile/t/template_30_C.d http://dstress.kuehne.cn/nocompile/t/template_30_D.d http://dstress.kuehne.cn/nocompile/t/template_30_E.d

Thomas