diff options
Diffstat (limited to 'test/CXX/temp/temp.res/temp.local/p7.cpp')
-rw-r--r-- | test/CXX/temp/temp.res/temp.local/p7.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CXX/temp/temp.res/temp.local/p7.cpp b/test/CXX/temp/temp.res/temp.local/p7.cpp index bd05e756a19e7..3fa9c99526093 100644 --- a/test/CXX/temp/temp.res/temp.local/p7.cpp +++ b/test/CXX/temp/temp.res/temp.local/p7.cpp @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics template<class T> struct A { int B; |