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 14caf9a commit 8402d50Copy full SHA for 8402d50
src/goto-harness/function_call_harness_generator.cpp
@@ -106,8 +106,7 @@ void function_call_harness_generatort::generate(
106
107
harness_function_symbol.is_lvalue = true;
108
harness_function_symbol.mode = function_found->mode;
109
- harness_function_symbol.type =
110
- code_typet{code_typet::parameterst{}, void_typet{}};
+ harness_function_symbol.type = code_typet{{}, void_typet{}};
111
harness_function_symbol.value = function_body;
112
113
symbol_table.insert(harness_function_symbol);
0 commit comments