In quicklisp 2013-11-11 `(ql:quickload :cl-annot-test)` fails. Only ``` (ql:quickload :cl-annot) (let ((asdf:*central-registry* (cons (asdf:system-source-directory :cl-annot) asdf:*central-registry*))) (ql:quickload :cl-annot-test)) ``` allows helps.