We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6e558 commit a1d437eCopy full SHA for a1d437e
1 file changed
tests/regression/00-sanity/01-assert.t
@@ -112,6 +112,18 @@ Test topdown solvers:
112
dead: 2
113
total lines: 9
114
115
+ $ goblint --enable warn.deterministic --set solver td_simplified_ref 01-assert.c
116
+ [Error][Assert] Assertion "fail" will fail. (01-assert.c:12:3-12:25)
117
+ [Warning][Assert] Assertion "unknown == 4" is unknown. (01-assert.c:11:3-11:33)
118
+ [Success][Assert] Assertion "success" will succeed (01-assert.c:10:3-10:28)
119
+ [Warning][Deadcode] Function 'main' does not return
120
+ [Warning][Deadcode] Function 'main' has dead code:
121
+ on lines 13..14 (01-assert.c:13-14)
122
+ [Warning][Deadcode] Logical lines of code (LLoC) summary:
123
+ live: 7
124
+ dead: 2
125
+ total lines: 9
126
+
127
128
Test SLR solvers:
129
0 commit comments