xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
aryprm6.awk
(revision 533affcbc7fc4d0c8132976ea454aaa715fe2307)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
f
(
x
){
2
a
3
x
[
1
] =
3
4
}
5
BEGIN
{
6
f
(
a
)
7
}
8