Sign in
llvm
/
llvm-project
/
41d59a36459ea99ada4819a26072366f77484f87
/
.
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-gcov-parallel.target.c
blob: ae6e60fb219017ad2fcd8f8ab2eebbd9c8ce08f7 [
file
] [
log
] [
blame
]
#define
COUNT
101
static
volatile
int
aaa
;
int
main
(
int
argc
,
char
*
argv
[])
{
for
(
int
i
=
0
;
i
<
COUNT
;
i
++)
aaa
++;
return
0
;
}