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