view nocompile/f/float_literal_dec_04.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_04;

int main(){
	float f = 3.40282e+40f; // > float.max
	return 0;
}