Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/11.0-2020-10-12
/
.
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
function_test.h
blob: 810f803b6e86423790e82266aeb6848c55b4f7c7 [
file
] [
log
] [
blame
] [
edit
]
void
f
();
inline
int
g
()
{
return
0
;
}
template
<
typename
T
>
void
h
(
T t
)
{}
template
<>
void
h
(
int
t
)
{}
class
A
{
public
:
void
f
();
};