0.7.12.36:
[sbcl.git] / tests / clos.impure.lisp
index 41b2049..e3efc72 100644 (file)
 (bug234-b)
 (assert (= *bug234-b* 1))
 \f
+;;; we should be able to make classes with uninterned names:
+(defclass #:class-with-uninterned-name () ())
+\f
 ;;;; success
 (sb-ext:quit :unix-status 104)