xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
concat3.awk
(revision b666b5bebdde1067e2d0f2b91fd28a5243311a1a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
d
=
a
;
a
=
a
(
b
"c"
);
print
a
;
print
b
}
2