1 // Test this without pch.
2 // RUN: %clang_cc1 -include %s -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -emit-pch -o %t %s
6 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
8 // RUN: %clang_cc1 -emit-pch -fpch-instantiate-templates -o %t %s
9 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
11 // expected-no-diagnostics
16 namespace rdar12627738
{
19 template <typename T
> friend class Recycler
;
26 namespace rdar12627738
{
28 template<typename TTag
>
30 template <typename T
> friend class Recycler
;
42 Recycler
<T
>::Recycler ()