We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b349279 + b203cea commit 618dd08Copy full SHA for 618dd08
regression/smv/next/assign_next1.desc
@@ -0,0 +1,7 @@
1
+CORE
2
+assign_next1.smv
3
+
4
+^\[.*\] AG x = y: PROVED .*$
5
+^EXIT=0$
6
+^SIGNAL=0$
7
+--
regression/smv/next/assign_next1.smv
@@ -0,0 +1,11 @@
+MODULE main
+VAR x : boolean;
+ y : boolean;
+-- The use of next in a 'next' assignment is allowed.
+ASSIGN next(x) := next(y);
8
9
+ASSIGN init(x) := y;
10
11
+CTLSPEC AG x = y
0 commit comments