xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
arysubnm.awk
(revision 1a2d662a91cee3bf82f41cd47c7ae6f3825d9db2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
n
=
11
;
foo
[
n
] =
n
;
print
(
2
<= n) }
2