llvm-for-llvmta/tools/clang/test/Modules/Inputs/template-specialization-vis.../b.h

8 lines
87 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
#ifndef B_H
#define B_H
#include "a.h"
S<int> *s1;
T<int>::S *s2;
T<int>::E e1;
#endif