summaryrefslogtreecommitdiff
path: root/src/lisp/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp/test.lisp')
-rw-r--r--src/lisp/test.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp
index 16c047bd..128eecda 100644
--- a/src/lisp/test.lisp
+++ b/src/lisp/test.lisp
@@ -81,4 +81,7 @@
(do ((a b a)
(b c b))
(c b)
- a b c)) \ No newline at end of file
+ a b c))
+
+(defn fg (x)
+ y)