[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / pr20320.h
blob9dbb7303df2d595ea2233649982970746bbb6b58
1 #ifndef pr20320_h
2 #define pr20320_h
4 template<>
5 struct S< ::Number::One>
7 };
9 template<>
10 struct S< ::Number::Two>
14 #endif