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 4655ef4 commit 7417befCopy full SHA for 7417bef
regression/cbmc-shadow-memory/nondet-size-arrays1/main.c
@@ -1,6 +1,10 @@
1
#include <assert.h>
2
#include <stdlib.h>
3
4
+#ifdef _WIN32
5
+void *alloca(size_t alloca_size);
6
+#endif
7
+
8
int main()
9
{
10
__CPROVER_field_decl_local("field1", (char)0);
0 commit comments