Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-template-members
/
def.h
blob: f9f65c34db05fa560aa35bb27763d65a4ab21cc0 [
file
] [
log
] [
blame
]
template
<typename>
struct
A
{
int
n
;
};
template
<typename>
struct
B
{
typedef
A
<void>
C
;
};