index
:
debian-dafny
master
Debian packaging for Dafny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Test
/
dafny0
/
snapshots
/
Snapshots0.v1.dfy
blob: 28f9f2839173a2e9b14d720fc5d6e4fc67b557fd (
plain
)
1
2
3
4
5
6
7
8
method foo() { bar(); assert false; } method bar() ensures true;