Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
gmodules
/
template-with-same-arg
/
module1.h
blob: 8a911ed766de4bc4c085fabd5a38cf577c6745f0 [
file
] [
log
] [
blame
]
#ifndef
MOD1_H_IN
#define
MOD1_H_IN
#include
"base_module.h"
struct
ClassInMod1
{
ClassInMod3
<int>
VecInMod1
;
};
#endif
// _H_IN