summaryrefslogtreecommitdiff
path: root/doc/examples/indir.m4
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/indir.m4')
-rw-r--r--doc/examples/indir.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/indir.m4 b/doc/examples/indir.m4
new file mode 100644
index 00000000..51d2b64f
--- /dev/null
+++ b/doc/examples/indir.m4
@@ -0,0 +1,10 @@
+define(`%%$$##', `>>>$0<<< cnt $#')
+
+# indir(`%%$$##', nonsense, nonsense)
+indir(`%%$$##', nonsense, nonsense)
+
+# indir(`indir', `%%$$##', nonsense)
+indir(`indir', `%%$$##', nonsense)
+
+# indir(`indir', `indir', `indir', `indir', `%%$$##')
+indir(`indir', `indir', `indir', `indir', `%%$$##')