view run/creal_22.d @ 564:e77e4444c170

partial metadata fix
author thomask
date Thu, 02 Jun 2005 15:42:31 +0000
parents 8f24d8aa2308
children
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-04-07
// @uri@	news:d33938$212r$1@digitaldaemon.com

module dstress.run.creal_22;
 
int main(){
	creal c = 1.3Li;
	assert(c.re==0.0L);
	assert(c.im==1.3L);
	return 0;
}