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