view nocompile/float_litaeral_dec_09.d @ 35:9ac5baf9ac69

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

int main(){
	float f = .0 ;
	return 0;
}