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 65c42a3 commit 55f3861Copy full SHA for 55f3861
regression/cbmc/Array_UF22/main.c
@@ -0,0 +1,6 @@
1
+int main()
2
+{
3
+ int a[2] = {0};
4
+ int b[2] = {0};
5
+ __CPROVER_assert(__CPROVER_array_equal(a, b), "equal");
6
+}
regression/cbmc/Array_UF22/test.desc
@@ -0,0 +1,10 @@
+KNOWNBUG broken-smt-backend
+main.c
+--arrays-uf-always --no-propagation
+^VERIFICATION SUCCESSFUL$
+^EXIT=0$
+^SIGNAL=0$
7
+--
8
+^warning: ignoring
9
10
+This test demonstrates the need for implementing the extensionality rule.
0 commit comments