view nocompile/o/opAddAssign_18_M.d @ 756:9a121126b077

major "Torture" review
author thomask
date Sat, 03 Dec 2005 22:19:07 +0000
parents 05000fe1f314
children b8c0195059d9
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2005-11-02
// @uri@	news:th-0AA4B81A0D5ACA3BC73EDCE5@birke.kuehne.cn

// __DSTRESS_ELINE__ 21

module dstress.nocompile.o.opAddAssign_18_M;

class X{
	int a;
}

void main(){
	X x;
	int a;
	
	a += x;
}