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