summaryrefslogtreecommitdiff
path: root/test/c/list.expect
diff options
context:
space:
mode:
Diffstat (limited to 'test/c/list.expect')
-rw-r--r--test/c/list.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c/list.expect b/test/c/list.expect
new file mode 100644
index 00000000..e6bdb2f8
--- /dev/null
+++ b/test/c/list.expect
@@ -0,0 +1,3 @@
+y = 1
+hd(tl(x)) = 2
+hd(tl(tl(x))) = 3