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
/
gnu
/
subsepnm.awk
blob: 976eef96e1efbd21276c311d2299b5165282a0d6 (
plain
)
1
BEGIN
{
SUBSEP =
10
;
a
[
1
,
1
]
=
100
;
print
a
[
1
SUBSEP
1
] }