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
/
gnu
/
dist
/
gawk
/
test
/
aryprm1.awk
blob: e5bb9915bd7200d68cf730c52591c1cacb3bf670 (
plain
)
1
2
3
4
5
6
7
8
9
function
f
(
a
) {
if
(
3
in
a
)
print
7
a =
5
}
BEGIN
{
f
(
arr
)
}