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 ef96d89 commit 6f974d7Copy full SHA for 6f974d7
regression/cbmc-shadow-memory/param1/main.c
@@ -103,7 +103,7 @@ void f_int_local(int rec, int value)
103
104
int main()
105
{
106
- __CPROVER_field_decl_local("field1", (char)0);
+ __CPROVER_field_decl_local("field1", (unsigned char)0);
107
int x;
108
__CPROVER_set_field(&x, "field1", 255);
109
f_int_val(x);
regression/cbmc-shadow-memory/param1/test.desc
@@ -1,4 +1,4 @@
1
-KNOWNBUG
+CORE
2
main.c
3
4
^EXIT=0$
0 commit comments