diff options
Diffstat (limited to 'clang/test/PCH/cxx-functions.cpp')
-rw-r--r-- | clang/test/PCH/cxx-functions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-functions.cpp b/clang/test/PCH/cxx-functions.cpp index 74df01a094b..3b4fe77c044 100644 --- a/clang/test/PCH/cxx-functions.cpp +++ b/clang/test/PCH/cxx-functions.cpp @@ -4,6 +4,8 @@ // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-functions.h // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s +// expected-no-diagnostics + void test_foo() { foo(); |