view nocompile/opMul_06.d @ 1534:345207906be7

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:35 +0000
parents 6d1faaf3eb70
children
line wrap: on
line source

// $HeadUR$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 11

module dstress.nocompile.opMul_06;

int main(){
	real i=1.0;
	i = i * 2.2i;
	return 0;
}