diff options
Diffstat (limited to 'test/regression/2008-03-11-free-of-malloc-zero.c')
-rw-r--r-- | test/regression/2008-03-11-free-of-malloc-zero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2008-03-11-free-of-malloc-zero.c b/test/regression/2008-03-11-free-of-malloc-zero.c index e90baa2c..cdd2ef35 100644 --- a/test/regression/2008-03-11-free-of-malloc-zero.c +++ b/test/regression/2008-03-11-free-of-malloc-zero.c @@ -1,7 +1,7 @@ // RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc - +#include "klee/klee.h" #include <stdlib.h> int main() { |