progress on parsing "boot/Contents"
[pspp] / dump-float2.c
index 0d27404a437c8d093a8a9738fd08ad85a3550830..8c9b57ea8d27093f216628aaebb48e85fc93d51b 100644 (file)
@@ -5,7 +5,7 @@
 int
 main (void)
 {
-  double d = 100;
+  double d = 100zz;
   fwrite (&d, 1, sizeof d, stdout);
   return 0;
 }