view run/float_litaeral_dec_01.d @ 35:9ac5baf9ac69

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

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