diff options
Diffstat (limited to 'test/Parser/cxx-attributes.cpp')
-rw-r--r-- | test/Parser/cxx-attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Parser/cxx-attributes.cpp b/test/Parser/cxx-attributes.cpp index 8603b30..5ea0ce2 100644 --- a/test/Parser/cxx-attributes.cpp +++ b/test/Parser/cxx-attributes.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics class c { virtual void f1(const char* a, ...) |