diff options
Diffstat (limited to 'clang/test/PCH/cxx-templates.h')
| -rw-r--r-- | clang/test/PCH/cxx-templates.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-templates.h b/clang/test/PCH/cxx-templates.h index c4a84472769..68b252e7974 100644 --- a/clang/test/PCH/cxx-templates.h +++ b/clang/test/PCH/cxx-templates.h @@ -358,3 +358,6 @@ namespace rdar15468709c { } } +namespace MemberSpecializationLocation { + template<typename T> struct A { static int n; }; +} |

