brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 8a911ed Raw
11 lines · c
1#ifndef MOD1_H_IN2#define MOD1_H_IN3 4#include "base_module.h"5 6struct ClassInMod1 {7  ClassInMod3<int> VecInMod1;8};9 10#endif // _H_IN11