aboutsummaryrefslogtreecommitdiffstats
path: root/test/include.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/include.awk')
-rw-r--r--test/include.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/include.awk b/test/include.awk
new file mode 100644
index 00000000..8fc7837d
--- /dev/null
+++ b/test/include.awk
@@ -0,0 +1,5 @@
+@include "inclib.awk"
+
+BEGIN {
+ print sandwich("a", "b", "c")
+}