diff options
Diffstat (limited to 'test/Analysis/outofbound.c')
-rw-r--r-- | test/Analysis/outofbound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/outofbound.c b/test/Analysis/outofbound.c index 6e6e8f033b..18ffbbe6d6 100644 --- a/test/Analysis/outofbound.c +++ b/test/Analysis/outofbound.c @@ -1,3 +1,4 @@ +// XFAIL // RUN: clang -checker-simple -analyzer-store-region -verify %s char f1() { |