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 f985d81 commit 5656450Copy full SHA for 5656450
regression/statement-list/Jump1/main.awl
@@ -0,0 +1,37 @@
1
+FUNCTION_BLOCK "Main"
2
+VERSION : 0.1
3
+ VAR_TEMP
4
+ temp1 : Bool;
5
+ temp2 : Bool;
6
+ END_VAR
7
+BEGIN
8
+NETWORK
9
+TITLE =
10
+ SET;
11
+ = temp1;
12
+ = temp2;
13
+ JU lab0;
14
+ CALL "__CPROVER_assert"
15
+ ( condition := FALSE
16
+ );
17
+lab0: SET;
18
+lab1: A temp1;
19
+ A temp2;
20
+ NOT;
21
22
23
+
24
+ JCN lab1;
25
26
+ ( condition := #temp2
27
28
29
+ JC lab2;
30
31
32
33
34
+lab2: NOP 0;
35
36
+END_FUNCTION_BLOCK
37
regression/statement-list/Jump1/test.desc
@@ -0,0 +1,8 @@
+CORE
+main.awl
+^EXIT=0$
+^SIGNAL=0$
+^VERIFICATION SUCCESSFUL$
+--
+^warning: ignoring
0 commit comments