Skip to content

Instantly share code, notes, and snippets.

@hoeck
Created June 19, 2010 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoeck/445036 to your computer and use it in GitHub Desktop.
Save hoeck/445036 to your computer and use it in GitHub Desktop.
(do
(declare a)
(def #^{:test #(when (zero? a) (throw (Exception. "0")))} a 1)
(test #'a))
:ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment