RosettaCodeData/Task/Assertions/SPARK/assertions-4.spark

4 lines
73 B
Plaintext

procedure P (X : in out Integer);
--# derives X from *;
--# post X = 42;