diff options
Diffstat (limited to 'test/Analysis/PR9741.cpp')
-rw-r--r-- | test/Analysis/PR9741.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/PR9741.cpp b/test/Analysis/PR9741.cpp index 7497d56..2807c44 100644 --- a/test/Analysis/PR9741.cpp +++ b/test/Analysis/PR9741.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -cc1 -std=c++11 -Wuninitialized -verify %s +// expected-no-diagnostics void f() { int a[] = { 1, 2, 3 }; |