view nocompile/o/opMod_04_G.d @ 1235:3a8bc4294d51

[Issue 551] New: Modulo operator works with imaginary and complex operands Matti Niemenmaa <deewiant@gmail.com> 2006-11-18 news:bug-551-3@http.d.puremagic.com/issues/
author thomask
date Sat, 25 Nov 2006 13:38:33 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Matti Niemenmaa <deewiant@gmail.com>
// @date@	2006-11-18
// @uri@	news:bug-551-3@http.d.puremagic.com/issues/
// @desc@	[Issue 551] New: Modulo operator works with imaginary and complex operands

// __JSTRESS_KLINE__ 18

module dstress.nocompile.o.opMod_04_G;

void foo(){
	cdouble a;
	cdouble b;

	auto x = a % b;
}