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 7edfaa3 commit 64bf88fCopy full SHA for 64bf88f
regression/cbmc/Typecast1/main.c
@@ -1,3 +1,5 @@
1
+#include <assert.h>
2
+
3
int main()
4
{
5
assert(((long long int)(unsigned long long)-1)==-1);
0 commit comments