Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
779923ae7782a8a7f62b0bc2b2282c136a5a34b9
/
.
/
test
/
profile
/
Inputs
/
instrprof-dynamic-b.cpp
blob: c8fb75ef52ede02c30b69584c41c4ecc9fd5b4df [
file
] [
log
] [
blame
]
#include
"instrprof-dynamic-header.h"
void
b
()
{
if
(
true
)
{
bar
<void>
();
bar
<int>
();
}
}