February 17, 2006
const int a = b;
const int b = .a;
void main(){}
//should not compile
February 17, 2006
Wang Zhen schrieb am 2006-02-17:
> const int a = b;
> const int b = .a;
> void main(){}
> //should not compile

Added to DStress as http://dstress.kuehne.cn/nocompile/c/const_32_A.d http://dstress.kuehne.cn/nocompile/c/const_32_B.d http://dstress.kuehne.cn/nocompile/c/const_32_C.d http://dstress.kuehne.cn/nocompile/c/const_32_D.d

Thomas