Files
why3/tests/test_argument.why
2018-06-15 17:08:09 +02:00

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