Sign in
android
/
platform
/
external
/
compiler-rt
/
8984d7254161da3bf3e64f6b4da1b13a028f55d5
/
.
/
test
/
profile
/
Inputs
/
instrprof-dynamic-main.cpp
blob: 2cf37c8b6d5e72d3b711be70c6c3f55a23f8495b [
file
] [
log
] [
blame
]
#include
"instrprof-dynamic-header.h"
void
foo
(
int
K
)
{
if
(
K
)
{}
}
int
main
(
int
argc
,
char
*
argv
[])
{
foo
(
5
);
bar
<void>
(
1
);
a
();
b
();
return
0
;
}