Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/12.0-2021-07-10
/
.
/
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