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 f947dcc commit 7a3d072Copy full SHA for 7a3d072
tests/regression/37-congruence/16-refinement-fixpoint.c
@@ -13,7 +13,7 @@ int main(void)
13
d += 2U;
14
15
e += 3U;
16
-
+ // To produce the fixpoint not reached error, the following needed to be an assert:
17
assert(e == (unsigned int )c + d); //UNKNOWN
18
19
burgo = 23;
0 commit comments