aboutsummaryrefslogtreecommitdiffstats
path: root/test/tup.resp
diff options
context:
space:
mode:
Diffstat (limited to 'test/tup.resp')
-rw-r--r--test/tup.resp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tup.resp b/test/tup.resp
new file mode 100644
index 0000000..17d59cb
--- /dev/null
+++ b/test/tup.resp
@@ -0,0 +1,6 @@
+(def t (cons 1 2 3 4 5))
+(. t 0)
+(. t 1)
+(. t 2)
+(. t 3)
+(. t 4)