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.
1 parent 492a8b8 commit 6c8cc5aCopy full SHA for 6c8cc5a
regression/smv/assign/assign_set2.desc
@@ -0,0 +1,8 @@
1
+KNOWNBUG
2
+assign_set2.smv
3
+--bdd
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
8
+This does not type check.
regression/smv/assign/assign_set2.smv
@@ -0,0 +1,9 @@
+MODULE main
+
+VAR x : 0..6;
+-- this is a nondeterministic choice
+ASSIGN x := { 1, 4 };
+SPEC AG x != 2
9
+SPEC EX x = 1
0 commit comments