summaryrefslogtreecommitdiff
path: root/Test/dafnyRuntimeChecking/Postcondition0.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafnyRuntimeChecking/Postcondition0.dfy')
-rw-r--r--Test/dafnyRuntimeChecking/Postcondition0.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/dafnyRuntimeChecking/Postcondition0.dfy b/Test/dafnyRuntimeChecking/Postcondition0.dfy
new file mode 100644
index 00000000..5b61988c
--- /dev/null
+++ b/Test/dafnyRuntimeChecking/Postcondition0.dfy
@@ -0,0 +1,3 @@
+method Main()
+ ensures true;
+{}