summaryrefslogtreecommitdiff
path: root/test/Analysis/region-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/region-store.c')
-rw-r--r--test/Analysis/region-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/region-store.c b/test/Analysis/region-store.c
index 09c3f102e3ad3..d620150085721 100644
--- a/test/Analysis/region-store.c
+++ b/test/Analysis/region-store.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix -verify %s
+// expected-no-diagnostics
int printf(const char *restrict,...);