1 // Test this without pch.
2 // RUN: %clang_cc1 -emit-llvm-only %s
5 // RUN: touch %t.empty.cpp
6 // RUN: %clang_cc1 -emit-pch -o %t %s
7 // RUN: %clang_cc1 -include-pch %t -emit-llvm-only %t.empty.cpp
9 // RUN: %clang_cc1 -emit-pch -fpch-instantiate-templates -o %t %s
10 // RUN: %clang_cc1 -include-pch %t -emit-llvm-only %t.empty.cpp
12 //#pragma ms_struct on
14 template< typename T
>
29 class BarTypes
{ public: virtual void Func(); };
35 friend class Templated
< Bar::BarImpl
>::s
;