RosettaCodeData/Task/Assertions/SPARK/assertions-4.spark
2023-07-01 13:44:08 -04:00

3 lines
73 B
Text

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