summaryrefslogtreecommitdiff
path: root/float_test5.bpl
diff options
context:
space:
mode:
authorGravatar Dietrich <dgeisler50@gmail.com>2015-05-05 04:50:47 -0600
committerGravatar Dietrich <dgeisler50@gmail.com>2015-05-05 04:50:47 -0600
commitf9df0e2ea8e0b03352f5bbba54f091f2ee25b161 (patch)
treef5a38d6009175fee669d71464d60fa07bb36a60d /float_test5.bpl
parented8913170a86b73dc14ba09e40de1eba0cad4c9d (diff)
added decimal reading functionality to the float type
Diffstat (limited to 'float_test5.bpl')
-rw-r--r--float_test5.bpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/float_test5.bpl b/float_test5.bpl
new file mode 100644
index 00000000..b91e53e9
--- /dev/null
+++ b/float_test5.bpl
@@ -0,0 +1,5 @@
+ procedure F() returns () {
+ var x : float;
+ x := fp (0 0);
+ assert x == fp (1 0 23 8);
+} \ No newline at end of file