describe: show the same information about functions for 'x and #'x.
[sbcl.git] / contrib / sb-concurrency / tests / package.lisp
1
2 (in-package :cl-user)
3
4 (defpackage :sb-concurrency-test
5   (:use :cl :sb-thread :sb-concurrency :sb-rt))