Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
function_test.h
blob: 810f803b6e86423790e82266aeb6848c55b4f7c7 [
file
] [
log
] [
blame
]
void
f
();
inline
int
g
()
{
return
0
;
}
template
<
typename
T
>
void
h
(
T t
)
{}
template
<>
void
h
(
int
t
)
{}
class
A
{
public
:
void
f
();
};