diffblue-cbmc/regression/goto-instrument/unwind-assume1/main.c

8 lines
67 B
C

int main()
{
int i;
for(i = 0; i < 10; i++) {}
assert(0);
}