Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
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
;
}