Merge branch 'upgrade_proofs_coq_8_11_to_8_16' into 'master'
[why3.git] / bench / check-ce / ref2_mono.mlw
blob2d9a08ab2c49c50a0a3303f839e27064c79ee5df
2 type t = { mutable c : int }
4 let f () =
5   let x = { c = 1 } in
6   x.c <- 2;
7   assert { false }