Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
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
);
}
}