repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix_another_sessions' into 'master'
[why3.git]
/
tests
/
test_smoke.mlw
blob
0356444a2aef0be69779f1f4f18c88a28fe3d6be
1
2
module M
3
4
lemma a : false
5
6
let f (x:int)
7
ensures {result = 0}
8
= x
9
10
end