1BEGIN { d = a; a = a (b "c"); print a; print b }
2