aboutsummaryrefslogtreecommitdiffstats
path: root/test/concat3.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/concat3.awk')
-rw-r--r--test/concat3.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/concat3.awk b/test/concat3.awk
new file mode 100644
index 00000000..554c9a90
--- /dev/null
+++ b/test/concat3.awk
@@ -0,0 +1 @@
+BEGIN { a; a = a (b "c"); print a; print b }