aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_clojure/macros.clj
diff options
context:
space:
mode:
authorFrantisek Sodomka <fsodomka@gmail.com>2009-05-27 11:29:30 +0000
committerFrantisek Sodomka <fsodomka@gmail.com>2009-05-27 11:29:30 +0000
commit391898ad586671a635d17ce5def9f098d250394d (patch)
tree7ab635d28e74d3374b7224e2da660237323bdeb8 /src/clojure/contrib/test_clojure/macros.clj
parent64ab3234411e73defdeda12722c911aa8461d178 (diff)
test-clojure: added compilation.clj, macros.clj, metadata.clj;
compilation: compiler metadata; java-interop: dot, double-dot, doto; vars: regression in binding
Diffstat (limited to 'src/clojure/contrib/test_clojure/macros.clj')
-rw-r--r--src/clojure/contrib/test_clojure/macros.clj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/clojure/contrib/test_clojure/macros.clj b/src/clojure/contrib/test_clojure/macros.clj
new file mode 100644
index 00000000..40fd99ba
--- /dev/null
+++ b/src/clojure/contrib/test_clojure/macros.clj
@@ -0,0 +1,16 @@
+;; Copyright (c) Frantisek Sodomka. All rights reserved. The use and
+;; distribution terms for this software are covered by the Eclipse Public
+;; License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can
+;; be found in the file epl-v10.html at the root of this distribution. By
+;; using this software in any fashion, you are agreeing to be bound by the
+;; terms of this license. You must not remove this notice, or any other,
+;; from this software.
+
+(ns clojure.contrib.test-clojure.macros
+ (:use clojure.contrib.test-is))
+
+; http://clojure.org/macros
+
+; ->
+; defmacro definline macroexpand-1 macroexpand
+