You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <assert.h>
unsigned char x = 50;
short y = -5;
int main ()
{
x /= y;
if (x != (unsigned char) -10)
{assert(0); }
return 0; }
CBMC version: 5.10
Operating system: Ubuntu 18.04
Exact command line resulting in the issue: cbmc <file.c>
What behaviour did you expect: Result in SUCCESS (proofed by compiling with gcc and Compcert)
What happened instead: [main.assertion.1] assertion 0: FAILURE
The text was updated successfully, but these errors were encountered:
CBMC version: 5.10
Operating system: Ubuntu 18.04
Exact command line resulting in the issue: cbmc <file.c>
What behaviour did you expect: Result in SUCCESS (proofed by compiling with gcc and Compcert)
What happened instead: [main.assertion.1] assertion 0: FAILURE
The text was updated successfully, but these errors were encountered: