Sign in
android
/
platform
/
external
/
compiler-rt
/
8984d7254161da3bf3e64f6b4da1b13a028f55d5
/
.
/
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
++;
}