February 17, 2006
struct s{} void main(){ s.typeinfo; }
//crashes dmd 0.147
February 18, 2006
Wang Zhen schrieb am 2006-02-17:
> struct s{} void main(){ s.typeinfo; }
> //crashes dmd 0.147

Added to DStress as http://dstress.kuehne.cn/nocompile/t/typeinfo_01_A.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_B.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_C.d http://dstress.kuehne.cn/nocompile/t/typeinfo_01_D.d

Thomas