diff test/float.c @ 96:7d8de41390d8

*** empty log message ***
author kono
date Thu, 13 Mar 2003 22:48:57 +0900
parents 1ad7045741a7
children 69e2e763cce5
line wrap: on
line diff
--- a/test/float.c	Thu Mar 13 14:41:48 2003 +0900
+++ b/test/float.c	Thu Mar 13 22:48:57 2003 +0900
@@ -12,6 +12,7 @@
 float f1 = 0.3;
 double d1 = 0.3;
 double d2 = -0.2;
+float h = 1.0;
 
 int
 d2i(double d) {