Sign in
cobalt
/
cobalt
/
ecb76eb1e58da94893009effbde7ffbb7515f9c6
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
template-specialization-visibility
/
a.h
blob: e88205558726e17857f93e0f913557bcaabf97a7 [
file
]
#ifndef
A_H
#define
A_H
template
<
typename
T
>
struct
S
;
template
<
typename
U
>
struct
T
{
struct
S
;
enum
E
:
int
;
};
#endif