view nocompile/opDivAssign_17.d @ 1530:1665114e9a64

[Issue 1177] $ no longer works inside CTFE functions. Don Clugston <clugdbug@yahoo.com.au> 2007-04-23 http://d.puremagic.com/issues/show_bug.cgi?id=1177
author thomask
date Fri, 27 Apr 2007 17:33:23 +0000
parents 6d1faaf3eb70
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 11

module dstress.nocompile.opDivAssign_17;

int main(){
	real i=1.0f;
	i /= 2.2fi;
	return 0;
}