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
/
sclforin.awk
blob: 335e85402ad8c4bbb73fad425a7b0b785182acdc (
plain
)
1
BEGIN
{
j =
4
;
for
(
i in j
)
print
j
[
i
] }