index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
bsd
/
compiler_rt
/
dist
/
test
/
profile
/
Inputs
/
instrprof-shared-lib.c
blob: d22b0a54a017ff78bffa6795e9c18a53e07fa363 (
plain
)
1
2
3
4
5
6
7
8
9
int
g1
=
0
;
int
g2
=
1
;
void
foo
(
int
n
) {
if
(
n
%
5
==
0
)
g1
++;
else
g2
++;
}