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