Implement support for crucible_fresh_var
in final states
#182
Labels
priority
High-priority issues
type: enhancement
Issues describing an improvement to an existing feature or capability
Milestone
Building on #179 (and probably #180), implement support for executing overrides that use
crucible_fresh_var
aftercrucible_execute_func
(i.e., in the final state). This can be used in conjunction withcrucible_points_to
to indicate that the function writes some unknown value as a a side effect. It should also be possible to do something like:This would assert that the function returns some unknown value. This could, of course, be packaged up into a reusable function, as it's a bit verbose to include verbatim every time.
The text was updated successfully, but these errors were encountered: