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 80d5419 commit ef96d89Copy full SHA for ef96d89
regression/cbmc-shadow-memory/var-assign1/main.c
@@ -2,9 +2,9 @@
2
3
int main()
4
{
5
- __CPROVER_field_decl_local("field", (_Bool)0);
+ __CPROVER_field_decl_local("field", (char)0);
6
7
- _Bool z;
+ char z;
8
int x;
9
__CPROVER_set_field(&x, "field", z);
10
assert(__CPROVER_get_field(&x, "field") == z);
regression/cbmc-shadow-memory/var-assign1/test.desc
@@ -1,4 +1,4 @@
1
-KNOWNBUG
+CORE
main.c
^EXIT=0$
0 commit comments