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 81220a2 + 6c8cc5a commit 94fa46aCopy full SHA for 94fa46a
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