Merge branch 'upgrade_proofs_coq_8_11_to_8_16' into 'master'
[why3.git] / bench / check-ce / test_result_ce_value0.mlw
blob45afa0a5f5ae1736fbf75d1108f0d5249a8c5fad
1 use int.Int
3 val id (x: int) : int
4   ensures { result > x }
6 let test2 (x:int) =
7   let a = id x in
8   assert { a <> 42 }