view nocompile/o/opAssign_21_A.d @ 1270:660f9196b52a

partial review
author thomask
date Sat, 23 Dec 2006 12:58:47 +0000
parents
children
line wrap: on
line source

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

// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
// @date@	2006-12-23

// __DSTRESS_ELINE__ 16

module dstress.nocompile.o.opMulAssign_21_A;

void foo(){
	ifloat a = 1.0fi;
	a *= 2.0fi;
}