Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-a.cpp
blob: 7468cd4eb04ef9b2a3c28f62fab8bc5adab9c1fb [
file
] [
log
] [
blame
]
#include
"instrprof-dynamic-header.h"
void
a
()
{
// COV: [[@LINE]]| 1|void a
if
(
true
)
{
// COV: [[@LINE]]| 1| if
bar
<void>
(
1
);
// COV: [[@LINE]]| 1| bar
bar
<char>
(
1
);
// COV: [[@LINE]]| 1| bar
}
// COV: [[@LINE]]| 1| }
}