Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
llvm-project
/
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
);
}
}