view nocompile/f/float_literal_dec_07.d @ 1233:97f5024add8c

fixed litaeral/literal typo
author thomask
date Sat, 25 Nov 2006 13:38:13 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.nocompile.float_literal_dec_07;

int main(){
	float f = 3.402A2e+10;
	return 0;
}