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 b84844b commit f947dccCopy full SHA for f947dcc
tests/regression/37-congruence/16-refinement-fixpoint.c
@@ -14,7 +14,7 @@ int main(void)
14
15
e += 3U;
16
17
- assert(e == (unsigned int )c + d);
+ assert(e == (unsigned int )c + d); //UNKNOWN
18
19
burgo = 23;
20
}
0 commit comments