xref: /llvm-project/lldb/test/API/lang/cpp/gmodules/template-with-same-arg/module2.h (revision 3004a759bcdf7b0a2a3a4220ed216d20defbd081)
1 #ifndef MOD2_H_IN
2 #define MOD2_H_IN
3 
4 #include "base_module.h"
5 
6 struct ClassInMod2 {
7   ClassInMod3<int> VecInMod2;
8 };
9 
10 #endif
11