summaryrefslogtreecommitdiffstats
path: root/tests/003/query-1.txr
blob: 4f56151e9bcd84c37b1c7df0b3c39cefe25fc834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)