mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
|
|
theory Test
|
|
use int.Int
|
|
|
|
constant x "name:TOTO": int
|
|
|
|
goal G: forall x "name:TOTO". forall y. x = y -> x = 2 * y
|
|
|
|
|
|
end
|