Sign in
llvm
/
llvm-project
/
refs/heads/users/makslevental/ptr-dialectpython
/
.
/
clang
/
test
/
Modules
/
Inputs
/
template-specialization-visibility
/
a.h
blob: e88205558726e17857f93e0f913557bcaabf97a7 [
file
] [
edit
]
#ifndef
A_H
#define
A_H
template
<
typename
T
>
struct
S
;
template
<
typename
U
>
struct
T
{
struct
S
;
enum
E
:
int
;
};
#endif