view nocompile/o/opAddAssign_18_C.d @ 727:05000fe1f314

Thomas Kuehne <thomas-dloop@kuehne.cn> 2005-11-02 news:th-0AA4B81A0D5ACA3BC73EDCE5@birke.kuehne.cn
author thomask
date Sat, 05 Nov 2005 08:27:58 +0000
parents
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_C;

class X{
	float a;
}

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