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 'upgrade_proofs_coq_8_11_to_8_16' into 'master'
[why3.git]
/
bench
/
check-ce
/
ref2_mono.mlw
blob
2d9a08ab2c49c50a0a3303f839e27064c79ee5df
1
2
type t = { mutable c : int }
3
4
let f () =
5
let x = { c = 1 } in
6
x.c <- 2;
7
assert { false }