diff options
Diffstat (limited to 'test/ArrayOpt/test_feasible.c')
-rw-r--r-- | test/ArrayOpt/test_feasible.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ArrayOpt/test_feasible.c b/test/ArrayOpt/test_feasible.c index 8e7009b4..8dc3c4e3 100644 --- a/test/ArrayOpt/test_feasible.c +++ b/test/ArrayOpt/test_feasible.c @@ -22,8 +22,9 @@ // CHECK-OPT_V: KLEE: WARNING: OPT_V: successful // CHECK-CONST_ARR: const_arr -#include <stdio.h> #include "klee/klee.h" +#include <assert.h> +#include <stdio.h> char array[5] = {0,1,0,1,0}; |