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 dc8c7c3 commit b06e63aCopy full SHA for b06e63a
regression/cbmc/function-return-no-body1/main.c
@@ -0,0 +1,9 @@
1
+#include <assert.h>
2
+
3
+void no_body();
4
5
+void main()
6
+{
7
+ no_body();
8
+ assert(0);
9
+}
regression/cbmc/function-return-no-body1/test.desc
@@ -0,0 +1,11 @@
+CORE
+main.c
+--xml-ui
+activate-multi-line-match
+EXIT=10
+SIGNAL=0
+VERIFICATION FAILED
+<function_call hidden="false" step_nr="18" thread="0">\n\s*<function display_name="no_body" identifier="no_body">
+<function_return hidden="false" step_nr="19" thread="0">\n\s*<function display_name="no_body" identifier="no_body">
10
+--
11
+^warning: ignoring
0 commit comments