xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/template-specialization-visibility/b.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc #ifndef B_H
2*0a6a1f1dSLionel Sambuc #define B_H
3*0a6a1f1dSLionel Sambuc #include "a.h"
4*0a6a1f1dSLionel Sambuc S<int> *s1;
5*0a6a1f1dSLionel Sambuc T<int>::S *s2;
6*0a6a1f1dSLionel Sambuc T<int>::E e1;
7*0a6a1f1dSLionel Sambuc #endif
8