index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
concat3.awk
blob: 7edc08647796225b98876a9929d0db4e39935fc3 (
plain
)
1
BEGIN
{
d = a
;
a = a
(
b
"c"
);
print
a
;
print
b
}