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 d0219ba commit b4f3819Copy full SHA for b4f3819
regression/cbmc/BV_Arithmetic4/main.c
@@ -1,3 +1,5 @@
1
+#include <assert.h>
2
+
3
/* Copy new sign bit to the left */
4
int test_extend2(int x, unsigned width)
5
{
0 commit comments