Skip to content

Commit 64bf88f

Browse files
author
Daniel Kroening
committed
missing header
1 parent 7edfaa3 commit 64bf88f

File tree

1 file changed

+2
-0
lines changed
  • regression/cbmc/Typecast1

1 file changed

+2
-0
lines changed

regression/cbmc/Typecast1/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <assert.h>
2+
13
int main()
24
{
35
assert(((long long int)(unsigned long long)-1)==-1);

0 commit comments

Comments
 (0)