summaryrefslogtreecommitdiffstats
path: root/tests/003/query-1.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/003/query-1.txr')
-rw-r--r--tests/003/query-1.txr18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/003/query-1.txr b/tests/003/query-1.txr
new file mode 100644
index 00000000..4f56151e
--- /dev/null
+++ b/tests/003/query-1.txr
@@ -0,0 +1,18 @@
+@(define which)
+@ (fun)
+@(end)
+@(define fun)
+@ (output)
+global fun!
+@ (end)
+@(end)
+@(define caller)
+@ (define fun)
+@ (output)
+local fun!
+@ (end)
+@ (end)
+@ (which)
+@(end)
+@(caller)
+@(which)