Blame test/concat3.awk

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