Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-shared-lib.c
blob: d22b0a54a017ff78bffa6795e9c18a53e07fa363 [
file
] [
log
] [
blame
]
int
g1
=
0
;
int
g2
=
1
;
void
foo
(
int
n
)
{
if
(
n
%
5
==
0
)
g1
++;
else
g2
++;
}