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 feb3f50 commit cf69bd5Copy full SHA for cf69bd5
src/goto-harness/recursive_initialization.cpp
@@ -1008,6 +1008,7 @@ code_blockt recursive_initializationt::build_function_pointer_constructor(
1008
1009
const auto function_pointer_selector =
1010
get_fresh_local_symexpr("function_pointer_selector");
1011
+ body.add(code_declt{function_pointer_selector});
1012
body.add(
1013
code_assignt{function_pointer_selector,
1014
side_effect_expr_nondett{function_pointer_selector.type(),
0 commit comments