blob: 74885f05909786520e142280404ff40c1f268921 [file] [log] [blame]
Argyrios Kyrtzidis106caf922010-06-19 19:28:53 +00001// Header for PCH test cxx-templates.cpp
2
3template <typename T>
4struct S {
5 T x;
6};