view compile/f/float_literal_dec_18_B.d @ 1620:01e1c391b52d

Fix #6.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 19:00:12 +0100
parents daef239f37cf
children
line wrap: on
line source

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

// @author@	Matti Niemenmaa <deewiant@gmail.com>
// @date@	2006-11-18
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=555
// @desc@	[Issue 555] New: Integral ireal literals can't be specified

module dstress.compile.f.float_literal_dec_18_B;

const idouble x = 4i;

static assert(x == 4.0i);