mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
11 lines
91 B
Plaintext
11 lines
91 B
Plaintext
|
|
module M
|
|
|
|
use ref.Ref
|
|
|
|
val a : int
|
|
|
|
val f (x:int) : unit writes { a.contents }
|
|
|
|
end
|