diff test/float.c @ 90:07e3113c3c13

*** empty log message ***
author kono
date Fri, 07 Mar 2003 03:09:02 +0900
parents 1738f313f98b
children 9b1aeb62e0b9
line wrap: on
line diff
--- a/test/float.c	Thu Mar 06 23:47:42 2003 +0900
+++ b/test/float.c	Fri Mar 07 03:09:02 2003 +0900
@@ -13,6 +13,15 @@
 double d1 = 0.3;
 double d2 = -0.2;
 
+unsigned u;
+
+int
+u2w() {
+   d1=u;
+   u2w();
+   u=d;
+}
+
 int
 main(int ac,char *av[]) {
    double g;