diff options
Diffstat (limited to 'test/regression/2014-12-08-ashr.c')
-rw-r--r-- | test/regression/2014-12-08-ashr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/2014-12-08-ashr.c b/test/regression/2014-12-08-ashr.c index ec7050d7..0d17f964 100644 --- a/test/regression/2014-12-08-ashr.c +++ b/test/regression/2014-12-08-ashr.c @@ -2,8 +2,9 @@ // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out -exit-on-error %t.bc +#include "klee/klee.h" + #include <assert.h> -#include <klee/klee.h> int f1(int a, int b) { return a + b; |