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.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp
new file mode 100644
index 00000000..35d98a49
--- /dev/null
+++ b/src/lisp/test.lisp
@@ -0,0 +1,9 @@
+(in-module "clojure")
+
+(defn f0 ())
+
+(defn f1 (x) x)
+
+(defn* f01
+ (())
+ ((x) x)) \ No newline at end of file