xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/concat3.awk (revision 78801af7286cd73dbc996d470f789e75993cf15d)
1BEGIN { d = a; a = a (b "c"); print a; print b }
2