Sign in
◑
Theme
llvm
/
llvm-project
/
eafbab6facb0627e11757efb1eae98f806387b55
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-b.cpp
blob: 5c2d9bae8dba6baa4886421d9ad026990c1179ea [
file
]
#include
"instrprof-dynamic-header.h"
void
b
()
{
if
(
true
)
{
bar
<void>
(
1
);
bar
<int>
(
1
);
}
}