Sign in
llvm
/
llvm-project
/
41d59a36459ea99ada4819a26072366f77484f87
/
.
/
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
++;
}