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 4901b07 commit f6e282bCopy full SHA for f6e282b
regression/smv/identifiers/complex_identifier1.desc
@@ -0,0 +1,7 @@
1
+CORE
2
+complex_identifier1.smv
3
+
4
+^EXIT=10$
5
+^SIGNAL=0$
6
+--
7
regression/smv/identifiers/complex_identifier1.smv
@@ -0,0 +1,12 @@
+MODULE main
+-- complex identifiers can use '[...]' and '.'
+VAR some_var : boolean;
+VAR some_var[3] : boolean;
+VAR some_var[4].whatnot : boolean;
+VAR some_var[5][2].whatnot : boolean;
8
9
+INIT some_var[5][2].whatnot
10
11
+-- spaces are ok
12
+INIT some_var [4] . whatnot
0 commit comments