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

11 lines
134 B
C

#ifndef MOD1_H_IN
#define MOD1_H_IN
#include "base_module.h"
struct ClassInMod1 {
ClassInMod3<int> VecInMod1;
};
#endif // _H_IN