brintos

brintos / llvm-project-archived public Read only

0
0
Text · 121 B · bb0bfe7 Raw
7 lines · c
1#ifndef MOD3_H_IN2#define MOD3_H_IN3 4template <typename SIZE_T> struct ClassInMod3 { int Member = 0; };5 6#endif // _H_IN7