mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
3 lines
124 B
Common Lisp
3 lines
124 B
Common Lisp
(test-util:with-test (:name :very-random-hashes)
|
|
(dotimes (i 10000) (fmakunbound 'foo) (eval '(defgeneric foo (a b c)))))
|