summaryrefslogtreecommitdiff
path: root/pit/test/test6.pit
diff options
context:
space:
mode:
Diffstat (limited to 'pit/test/test6.pit')
-rw-r--r--pit/test/test6.pit6
1 files changed, 6 insertions, 0 deletions
diff --git a/pit/test/test6.pit b/pit/test/test6.pit
new file mode 100644
index 0000000..cb04f22
--- /dev/null
+++ b/pit/test/test6.pit
@@ -0,0 +1,6 @@
+(print!
+ ((case 'baz
+ (foo (lambda (x) (+ x 1)))
+ (bar (lambda (x) (+ x 2))))
+ 3))
+ \ No newline at end of file