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