1#ifndef MOD1_H_IN
2#define MOD1_H_IN
3
4#include "base_module.h"
5
6struct ClassInMod1 {
7 ClassInMod3<int> VecInMod1;
8};
9
10#endif // _H_IN
11

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/cpp/gmodules/template-with-same-arg/module1.h