September 28, 2005
None of the lines below should compile, but all do.

ifloat a = 3;
idouble b = 3;
ireal c = 3;

Added to DStress as http://dstress.kuehne.cn/nocompile/i/ifloat_04.d http://dstress.kuehne.cn/nocompile/i/ireal_04.d http://dstress.kuehne.cn/nocompile/i/idouble_03.d

Thomas