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