Sign in
android
/
toolchain
/
rustc
/
fd666f2f11b6b870cdfff85689e078cd371668e2
/
.
/
vendor
/
compiler_builtins
/
compiler-rt
/
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
);
}
}