Sign in
android
/
platform
/
external
/
compiler-rt
/
8984d7254161da3bf3e64f6b4da1b13a028f55d5
/
.
/
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
();