Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-header.h
blob: 7a57b13c67f9cb0fb8ffeec066662b08e82d0f92 [
file
] [
log
] [
blame
]
template
<
class
T
>
void
bar
(
int
X
)
{
if
(
X
)
{
X
*=
4
;
}
}
void
a
();
void
b
();