We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906c5ee commit 5372a0cCopy full SHA for 5372a0c
regression/contracts-dfcc/test_scalar_memory_enforce/main.c
@@ -21,7 +21,6 @@ int foo(int *x)
21
ptr_ok(x))
22
__CPROVER_ensures(
23
!ptr_ok(x) &&
24
- !__CPROVER_is_fresh(x, sizeof(int)) &&
25
return_ok(__CPROVER_return_value, x))
26
// clang-format on
27
{
0 commit comments