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 ac022e2 commit 1ff6bf2Copy full SHA for 1ff6bf2
regression/cbmc-cover/built-ins1/main.c
@@ -1,9 +1,11 @@
1
+#include <string.h>
2
+
3
int main()
4
{
5
char a[10];
6
__CPROVER_input("a[3]", a[3]);
7
- int len = strlen(a);
8
+ int len=strlen(a);
9
10
if(len==3)
11
@@ -13,5 +15,6 @@ int main()
13
15
14
16
return -1;
17
}
18
19
return 1;
20
regression/cbmc-cover/built-ins4/main.c
@@ -1,3 +1,5 @@
regression/cbmc-cover/built-ins5/main.c
regression/cbmc-cover/built-ins6/main.c
regression/cbmc-cover/built-ins7/main.c
0 commit comments