Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
.
/
clang
/
test
/
Modules
/
Inputs
/
submodule-visibility
/
other.h
blob: 4b68c489153c99968c399806a0ae9083e0d4e178 [
file
] [
log
] [
blame
]
#include
"c.h"
#ifndef
OTHER_H
#define
OTHER_H
namespace
N
{
struct
C
{
template
<
typename
U
>
static
void
f
(
U
)
{}
};
}
#endif