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 f275cf3 commit 5c3c88eCopy full SHA for 5c3c88e
regression/smv/modules/parameters2.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+parameters2.smv
3
+
4
+^EXIT=10$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
9
+This yields a type-checking error.
regression/smv/modules/parameters2.smv
+MODULE main
+MODULE my-module(x)
+-- this is tolerated when the module is not instantiated
+CTLSPEC x + 1
+-- this, too
+CTLSPEC something_not_known_at_all
0 commit comments