view nocompile/float_litaeral_dec_06.d @ 35:9ac5baf9ac69

added float literal decimal tests
author thomask
date Wed, 13 Oct 2004 07:19:54 +0000
parents
children e38919011244
line wrap: on
line source

int main(){
	float f = 3.40282e+1A;
	return 0;
}