Sign in
android
/
platform
/
external
/
compiler-rt
/
fee4ccc59ae704020a3e0966e96b1eb80e54a828
/
.
/
test
/
profile
/
Inputs
/
instrprof-dynamic-b.cpp
blob: 5c2d9bae8dba6baa4886421d9ad026990c1179ea [
file
] [
log
] [
blame
]
#include
"instrprof-dynamic-header.h"
void
b
()
{
if
(
true
)
{
bar
<void>
(
1
);
bar
<int>
(
1
);
}
}