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
/
arysubnm.awk
blob: 961b54abf530ee2a0ccb9f04096da79088acc83f (
plain
)
1
BEGIN
{
n =
11
;
foo
[
n
]
= n
;
print
(
2
<
= n
) }