diff options
Diffstat (limited to 'test/Feature/MultiMkSym.c')
-rw-r--r-- | test/Feature/MultiMkSym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/MultiMkSym.c b/test/Feature/MultiMkSym.c index 16ac7d1b..e5222a94 100644 --- a/test/Feature/MultiMkSym.c +++ b/test/Feature/MultiMkSym.c @@ -6,7 +6,7 @@ // RUN: grep "a\[100\]" %t1 | wc -l | grep 2 /* Tests that the Array factory correctly distinguishes between arrays created at the same location but with different sizes */ - +#include "klee/klee.h" #include <stdio.h> #include <stdlib.h> |