1#ifndef MOD2_H_IN2#define MOD2_H_IN3 4#include "base_module.h"5 6struct ClassInMod2 {7 ClassInMod3<int> VecInMod2;8};9 10#endif11