view nocompile/o/opSubAssign_18_F.d @ 1380:902d2c168029

updates for DMD-1.007
author thomask
date Sun, 04 Mar 2007 11:01:08 +0000
parents 05000fe1f314
children
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2005-11-02
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=725

// __DSTRESS_ELINE__ 21

module dstress.nocompile.o.opSubAssign_18_F;

struct X{
	ifloat a;
}

void main(){
	X x;
	ifloat a;
	
	a -= x;
}