summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/Snapshots0.v0.dfy
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-07-01 00:55:31 +0200
committerGravatar wuestholz <unknown>2014-07-01 00:55:31 +0200
commitc5b2aec063fc1f3d5e61ff1b14983c5e4ba7c2ea (patch)
tree0610cc62b15151536bba7fdd237a67e4a7b65fca /Test/dafny0/snapshots/Snapshots0.v0.dfy
parent62e76ea8117eb87571bf49588464540c8fa02357 (diff)
Added support for verifying Dafny program snapshots from the command-line.
Diffstat (limited to 'Test/dafny0/snapshots/Snapshots0.v0.dfy')
-rw-r--r--Test/dafny0/snapshots/Snapshots0.v0.dfy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/dafny0/snapshots/Snapshots0.v0.dfy b/Test/dafny0/snapshots/Snapshots0.v0.dfy
new file mode 100644
index 00000000..73db9f9c
--- /dev/null
+++ b/Test/dafny0/snapshots/Snapshots0.v0.dfy
@@ -0,0 +1,8 @@
+method foo()
+{
+ bar();
+ assert false;
+}
+
+method bar()
+ ensures false;