summaryrefslogtreecommitdiff
path: root/Test/floats/float4.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/floats/float4.bpl')
-rw-r--r--Test/floats/float4.bpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/floats/float4.bpl b/Test/floats/float4.bpl
index a1608572..816d8446 100644
--- a/Test/floats/float4.bpl
+++ b/Test/floats/float4.bpl
@@ -1,10 +1,11 @@
// RUN: %boogie -proverWarnings:1 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-procedure foo() returns (r : float32) {
+procedure foo() returns (r : float8e24) {
r := 0NaN8e24;
r := 0nan8e24;
r := 0+oo8e24;
r := 0-oo8e24;
+ r := -5e-3f8e24;
return;
} \ No newline at end of file