index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
fnarray.awk
blob: 92a18b98eab06b63cba9f416bc0af677e96a28b8 (
plain
)
1
2
3
4
5
6
7
function
foo
(
N
) {
return
0
}
BEGIN
{
Num = foo
[
c
]
}