llvm-project/lldb/test/API/lang/cpp/gmodules/template-with-same-arg/module2.h

11 lines
125 B
C

#ifndef MOD2_H_IN
#define MOD2_H_IN
#include "base_module.h"
struct ClassInMod2 {
ClassInMod3<int> VecInMod2;
};
#endif