Blame test/concat3.awk

Packit Service f629e6
BEGIN { a; a = a (b "c"); print a; print b }