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

#ifndef MOD2_H_IN
#define MOD2_H_IN

#include "base_module.h"

struct ClassInMod2 {
  ClassInMod3<int> VecInMod2;
};

#endif