summaryrefslogtreecommitdiff
path: root/float_test7.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'float_test7.bpl')
-rw-r--r--float_test7.bpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/float_test7.bpl b/float_test7.bpl
new file mode 100644
index 00000000..1638724d
--- /dev/null
+++ b/float_test7.bpl
@@ -0,0 +1,5 @@
+ procedure F() returns () {
+ var x : float;
+ x := fp (0.5);
+ assert x == fp (0 -1 23 8);
+} \ No newline at end of file